Read the Docs build information Build id: 1683113 Project: quantumcast-public-platform-documentation Version: stable Commit: 884fa9476e7f37f2501d370dc146d512dd595539 Date: 2023-08-25T13:06:48.150825Z State: finished Success: True [rtd-command-info] start-time: 2023-08-25T13:06:55.655489Z, end-time: 2023-08-25T13:06:57.198980Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:QuantumCast/platform-documentation.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-08-25T13:06:57.670283Z, end-time: 2023-08-25T13:06:58.762984Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 884fa9476e7f37f2501d370dc146d512dd595539 Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:QuantumCast/platform-documentation * branch 884fa9476e7f37f2501d370dc146d512dd595539 -> FETCH_HEAD [rtd-command-info] start-time: 2023-08-25T13:07:00.769121Z, end-time: 2023-08-25T13:07:00.843201Z, duration: 0, exit-code: 0 git checkout --force 884fa9476e7f37f2501d370dc146d512dd595539 Note: switching to '884fa9476e7f37f2501d370dc146d512dd595539'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 884fa94 fix python version [rtd-command-info] start-time: 2023-08-25T13:07:01.393872Z, end-time: 2023-08-25T13:07:01.455715Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-25T13:07:02.010676Z, end-time: 2023-08-25T13:07:02.071470Z, duration: 0, exit-code: 0 cat .readthedocs.yml # Read the Docs configuration file for Sphinx projects # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04 tools: python: "3.7" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" # golang: "1.20" # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references # fail_on_warning: true # Optionally build your docs in additional formats such as PDF and ePub formats: - pdf # - epub # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - requirements: requirements.txt [rtd-command-info] start-time: 2023-08-25T13:07:10.339605Z, end-time: 2023-08-25T13:07:10.425698Z, duration: 0, exit-code: 0 asdf global python 3.7.17 [rtd-command-info] start-time: 2023-08-25T13:07:11.331863Z, end-time: 2023-08-25T13:07:12.390199Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.7.17.final.0-64 in 756ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-08-25T13:07:12.856160Z, end-time: 2023-08-25T13:07:22.505525Z, duration: 9, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (21.2.3) Collecting pip Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (57.4.0) Collecting setuptools Downloading setuptools-68.0.0-py3-none-any.whl (804 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.2.1 setuptools-68.0.0 [rtd-command-info] start-time: 2023-08-25T13:07:23.039837Z, end-time: 2023-08-25T13:07:32.036377Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3 Collecting pillow Downloading Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 19.8 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 36.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting commonmark==0.9.1 Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 153.9 MB/s eta 0:00:00 Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 44.9 MB/s eta 0:00:00 Collecting sphinx-rtd-theme Obtaining dependency information for sphinx-rtd-theme from https://files.pythonhosted.org/packages/18/01/76f40a18e9209bb098c1c1313c823dbbd001b23a2db71e7fd4eb5a48559c/sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 177.3 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 176.6 MB/s eta 0:00:00 Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 183.2 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml>=1.1.5 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 181.8 MB/s eta 0:00:00 Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 179.2 MB/s eta 0:00:00 Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 192.8 MB/s eta 0:00:00 Collecting Pygments>=2.12 (from sphinx) Obtaining dependency information for Pygments>=2.12 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.19-py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 55.6 MB/s eta 0:00:00 Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 176.4 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.12.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 76.9 MB/s eta 0:00:00 Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.5.0 (from sphinx) Obtaining dependency information for requests>=2.5.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 156.3 MB/s eta 0:00:00 Collecting importlib-metadata>=4.8 (from sphinx) Obtaining dependency information for importlib-metadata>=4.8 from https://files.pythonhosted.org/packages/ff/94/64287b38c7de4c90683630338cf28f129decbba0a44f0c6db35a873c73c4/importlib_metadata-6.7.0-py3-none-any.whl.metadata Downloading importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 186.7 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 190.7 MB/s eta 0:00:00 Collecting pytz>=2015.7 (from babel>=2.9->sphinx) Downloading pytz-2023.3-py2.py3-none-any.whl (502 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.3/502.3 kB 187.5 MB/s eta 0:00:00 Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting typing-extensions>=3.6.4 (from importlib-metadata>=4.8->sphinx) Obtaining dependency information for typing-extensions>=3.6.4 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/e5/dd/49576e803c0d974671e44fa78049217fcc68af3662a24f831525ed30e6c7/MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.5.0->sphinx) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/89/f5/88e9dd454756fea555198ddbe6fa40d6408ec4f10ad4f0a911e0b7e471e4/charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) Collecting idna<4,>=2.5 (from requests>=2.5.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 161.2 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.5.0->sphinx) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.5.0->sphinx) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 131.3 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 178.2 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 167.9 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 194.3 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (175 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.8/175.8 kB 195.6 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Downloading urllib3-2.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 175.8 MB/s eta 0:00:00 Building wheels for collected packages: mock Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23753 sha256=7abea6edffd1ce11b810eca2cbdb6274e22b56626f8a279fb966b13787508de8 Stored in directory: /tmp/pip-ephem-wheel-cache-o7k2lhme/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Successfully built mock Installing collected packages: snowballstemmer, pytz, mock, commonmark, zipp, urllib3, typing-extensions, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, pillow, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext, sphinxcontrib-jquery, recommonmark, sphinx-rtd-theme Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 importlib-metadata-6.7.0 mock-1.0.1 packaging-23.1 pillow-9.5.0 pytz-2023.3 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-5.3.0 sphinx-rtd-theme-1.3.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 typing-extensions-4.7.1 urllib3-2.0.4 zipp-3.15.0 [rtd-command-info] start-time: 2023-08-25T13:07:32.567457Z, end-time: 2023-08-25T13:07:43.703558Z, duration: 11, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting Sphinx==4.0.2 (from -r requirements.txt (line 1)) Downloading Sphinx-4.0.2-py3-none-any.whl (2.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 12.4 MB/s eta 0:00:00 Collecting sphinx-hoverxref>=0.2b1 (from -r requirements.txt (line 2)) Downloading sphinx_hoverxref-1.3.0-py2.py3-none-any.whl (32 kB) Collecting sphinx-notfound-page>=0.4 (from -r requirements.txt (line 3)) Downloading sphinx_notfound_page-0.8.3-py2.py3-none-any.whl (8.5 kB) Collecting sphinx_rtd_theme==0.5.2 (from -r requirements.txt (line 4)) Downloading sphinx_rtd_theme-0.5.2-py2.py3-none-any.whl (9.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.1/9.1 MB 42.4 MB/s eta 0:00:00 Collecting sphinxcontrib-httpdomain (from -r requirements.txt (line 5)) Downloading sphinxcontrib_httpdomain-1.8.1-py2.py3-none-any.whl (25 kB) Collecting sphinxext-opengraph (from -r requirements.txt (line 6)) Downloading sphinxext_opengraph-0.8.2-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 84.7 MB/s eta 0:00:00 Collecting sphinx_tabs (from -r requirements.txt (line 7)) Downloading sphinx_tabs-3.4.1-py3-none-any.whl (10.0 kB) Collecting sphinxemoji (from -r requirements.txt (line 8)) Downloading sphinxemoji-0.2.0.tar.gz (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 154.5 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting sphinx_copybutton (from -r requirements.txt (line 9)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting readthedocs-sphinx-search (from -r requirements.txt (line 10)) Downloading readthedocs_sphinx_search-0.3.1-py3-none-any.whl (21 kB) Collecting sphinx-prompt (from -r requirements.txt (line 11)) Downloading sphinx_prompt-1.5.0-py3-none-any.whl (4.5 kB) Collecting sphinx_typo3_theme (from -r requirements.txt (line 13)) Obtaining dependency information for sphinx_typo3_theme from https://files.pythonhosted.org/packages/84/d0/dff2fb5417d0ff4ad517c388a0380c9b362c87d482e581a4f304b1e8d088/sphinx_typo3_theme-4.9.0-py2.py3-none-any.whl.metadata Downloading sphinx_typo3_theme-4.9.0-py2.py3-none-any.whl.metadata (13 kB) Collecting btd.sphinx.graphviz (from -r requirements.txt (line 14)) Downloading btd.sphinx.graphviz-2.3.1.post1-py3-none-any.whl (7.5 kB) Requirement already satisfied: Pygments in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from -r requirements.txt (line 15)) (2.16.1) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.2) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.2) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.1.5) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.0.3) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (3.1.2) Collecting docutils<0.18,>=0.14 (from Sphinx==4.0.2->-r requirements.txt (line 1)) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 169.2 MB/s eta 0:00:00 Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.12.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (0.7.13) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (2.31.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (68.0.0) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Sphinx==4.0.2->-r requirements.txt (line 1)) (23.1) Downloading docutils-0.16-py2.py3-none-any.whl (548 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 548.2/548.2 kB 152.8 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-jquery in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from sphinx-hoverxref>=0.2b1->-r requirements.txt (line 2)) (4.1) Collecting six (from sphinxcontrib-httpdomain->-r requirements.txt (line 5)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting matplotlib (from sphinxext-opengraph->-r requirements.txt (line 6)) Downloading matplotlib-3.5.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (11.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 109.8 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinx-tabs to determine which version is compatible with other requirements. This could take a while. Collecting sphinx_tabs (from -r requirements.txt (line 7)) Downloading sphinx_tabs-3.4.0-py3-none-any.whl (10.0 kB) Downloading sphinx_tabs-3.3.1-py3-none-any.whl (10.0 kB) Downloading sphinx_tabs-3.3.0-py3-none-any.whl (10 kB) Downloading sphinx_tabs-3.2.0-py3-none-any.whl (9.8 kB) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from babel>=1.3->Sphinx==4.0.2->-r requirements.txt (line 1)) (2023.3) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from Jinja2>=2.3->Sphinx==4.0.2->-r requirements.txt (line 1)) (2.1.3) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (3.2.0) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (2.0.4) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==4.0.2->-r requirements.txt (line 1)) (2023.7.22) Collecting cycler>=0.10 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting fonttools>=4.22.0 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading fonttools-4.38.0-py3-none-any.whl (965 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 184.8 MB/s eta 0:00:00 Collecting kiwisolver>=1.0.1 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Obtaining dependency information for kiwisolver>=1.0.1 from https://files.pythonhosted.org/packages/f9/77/e3046bf19720b22e3e0b7c12e28f6f2c0c18a213fb91a56cea640862270f/kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata Downloading kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (6.4 kB) Collecting numpy>=1.17 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 115.5 MB/s eta 0:00:00 Requirement already satisfied: pillow>=6.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) (9.5.0) Collecting pyparsing>=2.2.1 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Obtaining dependency information for pyparsing>=2.2.1 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Collecting python-dateutil>=2.7 (from matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 186.8 MB/s eta 0:00:00 Requirement already satisfied: typing-extensions in /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/envs/stable/lib/python3.7/site-packages (from kiwisolver>=1.0.1->matplotlib->sphinxext-opengraph->-r requirements.txt (line 6)) (4.7.1) Downloading sphinx_typo3_theme-4.9.0-py2.py3-none-any.whl (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 162.8 MB/s eta 0:00:00 Downloading kiwisolver-1.4.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 182.5 MB/s eta 0:00:00 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 183.8 MB/s eta 0:00:00 Building wheels for collected packages: sphinxemoji Building wheel for sphinxemoji (setup.py): started Building wheel for sphinxemoji (setup.py): finished with status 'done' Created wheel for sphinxemoji: filename=sphinxemoji-0.2.0-py3-none-any.whl size=44409 sha256=006046ec9f6518ff7583d348b4c6df855ceb34d3f99101a47ad8277feb57d64d Stored in directory: /tmp/pip-ephem-wheel-cache-yu2_fait/wheels/09/10/81/0438103576aeaea47d55fe341a8e89d7561afc4e414741bf87 Successfully built sphinxemoji Installing collected packages: sphinx_typo3_theme, six, readthedocs-sphinx-search, pyparsing, numpy, kiwisolver, fonttools, docutils, cycler, Sphinx, python-dateutil, sphinxemoji, sphinxcontrib-httpdomain, sphinx_tabs, sphinx_rtd_theme, sphinx-prompt, sphinx-notfound-page, sphinx_copybutton, matplotlib, btd.sphinx.graphviz, sphinxext-opengraph, sphinx-hoverxref Attempting uninstall: docutils Found existing installation: docutils 0.18.1 Uninstalling docutils-0.18.1: Successfully uninstalled docutils-0.18.1 Attempting uninstall: Sphinx Found existing installation: Sphinx 5.3.0 Uninstalling Sphinx-5.3.0: Successfully uninstalled Sphinx-5.3.0 Attempting uninstall: sphinx_rtd_theme Found existing installation: sphinx-rtd-theme 1.3.0 Uninstalling sphinx-rtd-theme-1.3.0: Successfully uninstalled sphinx-rtd-theme-1.3.0 Successfully installed Sphinx-4.0.2 btd.sphinx.graphviz-2.3.1.post1 cycler-0.11.0 docutils-0.16 fonttools-4.38.0 kiwisolver-1.4.5 matplotlib-3.5.3 numpy-1.21.6 pyparsing-3.1.1 python-dateutil-2.8.2 readthedocs-sphinx-search-0.3.1 six-1.16.0 sphinx-hoverxref-1.3.0 sphinx-notfound-page-0.8.3 sphinx-prompt-1.5.0 sphinx_copybutton-0.5.2 sphinx_rtd_theme-0.5.2 sphinx_tabs-3.2.0 sphinx_typo3_theme-4.9.0 sphinxcontrib-httpdomain-1.8.1 sphinxemoji-0.2.0 sphinxext-opengraph-0.8.2 [rtd-command-info] start-time: 2023-08-25T13:07:56.341354Z, end-time: 2023-08-25T13:07:56.403444Z, duration: 0, exit-code: 0 cat conf.py ## setup -> pip3 install -r requirements.txt # -*- coding: utf-8 -*- # # QuantumCast documentation build configuration file, created by # sphinx-quickstart on Mon Jul 31 15:43:58 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # All configuration values have a default; values that are commented out # serve to show the default. # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os #import sys #sys.path.insert(0, os.path.abspath('.')) import sys from datetime import datetime from os import path # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # General information about the project. project = u'QuantumCast Platform Documentation' author = u'QuantumCast Team' copyright = '2019-' + str(datetime.now().year) + ', ' + author import re # The full version, including alpha/beta/rc tags. release = re.sub('^v', '', os.popen('git describe').read().strip()) # The short X.Y version. version = release # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. #version = u'1.0.0' # The full version, including alpha/beta/rc tags. #release = u'1.0.0' # The short X.Y version. #try: # import docs # version = '.'.join(map(str, docs.version_info[:2])) # release = docs.__version__ #except ImportError: # version = '0.0.1' # release = '0.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_trees = ['.build'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # import sphinx_rtd_theme from sphinx.locale import _ #html_theme = 'alabaster' #html_theme = 'sphinx_rtd_theme' #html_theme_path = ["themes"] #html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # # html_theme_options = {} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_last_updated_fmt = '%b %d, %Y' html_show_sphinx = True html_theme = 'sphinx_rtd_theme' html_baseurl = 'https://docs.quantumcast-digital.com/projects/platform/en/stable/' html_theme_options = { 'logo_only': True, 'navigation_depth': 5, } html_logo = '_static/img/20190822_QuantumCast_logo_weiss.png' html_context = {} if not 'READTHEDOCS' in os.environ: html_static_path = ['_static/'] html_js_files = ['debug.js'] # Add fake versions for local QA of the menu html_context['test_versions'] = list(map( lambda x: str(x / 10), range(1, 100) )) # html_logo = "demo/static/logo-wordmark-light.svg" html_show_sourcelink = False # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # This is required for the alabaster theme # refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars #html_sidebars = { # '**': [ # 'about.html', # 'navigation.html', # 'relations.html', # needs 'show_related': True theme option to display # 'searchbox.html', # 'donate.html', # ] #} # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. # extensions = ['sphinx.ext.githubpages'] extensions = [ 'hoverxref.extension', 'notfound.extension', 'sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'sphinx.ext.autosectionlabel', 'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'sphinx_rtd_theme', 'sphinxext.opengraph', 'sphinx_tabs.tabs', 'sphinxemoji.sphinxemoji', 'sphinx_search.extension', 'sphinx-prompt', 'sphinx_copybutton', 'sphinx_typo3_theme', 'sphinx.ext.graphviz' ] # -- GraphViz configuration ---------------------------------- #graphviz_output_format = 'svg' autosectionlabel_prefix_document = True #html_theme = 'sphinx_typo3_theme' #html_theme_options = { # # Banner # 'logo' : '', # 'logo_alt' : '', # 'logo_title' : '', # 'logo_url' : '', # # # Clear deprecated variables to make the "Edit On Github" button work # 'github_branch' : '', # 'github_commit_hash' : '', # 'github_repository' : '', # 'github_revision_msg' : '', # 'github_sphinx_locale': '', # # # Footer # #'docstypo3org' : 'True', # 'project_repository' : '', # # # How-to-edit # 'h2edit_url' : '' #} # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder. htmlhelp_basename = 'QuantumCastDoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'quantumcast.tex', u'QuantumCast Platform Documentation', u'QuantumCast', 'manual'), ] # -- Options for manual page output --------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'quantumcast', u'QuantumCast Platform Documentation', [author], 1) ] # -- Options for Texinfo output ------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'quantumcast', u'QuantumCast Platform Documentation', author, 'QuantumCast Team', 'If it isn’t documented, it doesn’t exist.', 'Miscellaneous'), ] # Options for the InterSphinx extension # ------------------------------------- intersphinx_mapping = { 'attrs': ('https://www.attrs.org/en/stable/', None), 'coverage': ('https://coverage.readthedocs.io/en/stable', None), 'cssselect': ('https://cssselect.readthedocs.io/en/latest', None), 'itemloaders': ('https://itemloaders.readthedocs.io/en/latest/', None), 'pytest': ('https://docs.pytest.org/en/latest', None), 'python': ('https://docs.python.org/3', None), 'sphinx': ('https://www.sphinx-doc.org/en/master', None), 'tox': ('https://tox.readthedocs.io/en/latest', None), 'quantumcast-operation-manual': ('https://docs.quantumcast-digital.com/projects/operation-manual/de/stable/', None), 'quantumcast-platform-documentation': ('https://docs.quantumcast-digital.com/projects/platform/en/stable/', None), 'quantumcast-doc-overview': ('https://docs.quantumcast-digital.com/en/latest/', None), } # Options for sphinx-hoverxref options # Disabled @readthedocs.com with own domain # ------------------------------------ hoverxref_auto_ref = True hoverxref_role_types = { "class": "tooltip", "confval": "tooltip", "hoverxref": "tooltip", "mod": "tooltip", "ref": "tooltip", } hoverxref_roles = ['command', 'reqmeta', 'setting', 'signal'] hoverxref_api_host = 'https://docs.quantumcast-digital.com/_' # https://readthedocs.org # Options for sphinxext-opengraph options # ------------------------------------ ogp_site_url = "https://docs.quantumcast-digital.com/projects/platform/en/stable/" ogp_image = "https://docs.quantumcast-digital.com/projects/platform/en/stable/_static/img/quantumcast-icon-500x500-documentation.png" ogp_description_length = 300 ogp_type = "article" # Extensions to theme docs def setup(app): from sphinx.domains.python import PyField from sphinx.util.docfields import Field app.add_object_type( 'confval', 'confval', objname='configuration value', indextemplate='pair: %s; configuration value', doc_field_types=[ PyField( 'type', label=_('Type'), has_arg=False, names=('type',), bodyrolename='class' ), Field( 'default', label=_('Default'), has_arg=False, names=('default',), ), ] ) suppress_warnings = ['epub.unknown_project_files'] ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "stable", 'version_slug': "stable", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("stable", "/en/stable/"), ], 'downloads': [ ("pdf", "//docs.quantumcast-digital.com/_/downloads/platform/en/stable/pdf/"), ("epub", "//docs.quantumcast-digital.com/_/downloads/platform/en/stable/epub/"), ], 'subprojects': [ ], 'slug': 'quantumcast-public-platform-documentation', 'name': u'Public Platform Documentation', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/', 'api_host': 'https://readthedocs.com', 'github_user': 'QuantumCast', 'proxied_api_host': '/_', 'github_repo': 'platform-documentation', 'github_version': '884fa9476e7f37f2501d370dc146d512dd595539', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': '884fa9476e7f37f2501d370dc146d512dd595539', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': '884fa9476e7f37f2501d370dc146d512dd595539', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': None, 'commit': '884fa947', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'tag' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/quantumcast-public-platform-documentation/builds/1683113/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-08-25T13:07:57.103625Z, end-time: 2023-08-25T13:08:09.732935Z, duration: 12, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v4.0.2 loading translations [en]... done Matplotlib is building the font cache; this may take a moment. making output directory... done loading intersphinx inventory from https://www.attrs.org/en/stable/objects.inv... loading intersphinx inventory from https://coverage.readthedocs.io/en/stable/objects.inv... loading intersphinx inventory from https://cssselect.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://itemloaders.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.pytest.org/en/latest/objects.inv... loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv... loading intersphinx inventory from https://tox.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/projects/operation-manual/de/stable/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/projects/platform/en/stable/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/en/latest/objects.inv... intersphinx inventory has moved: https://tox.readthedocs.io/en/latest/objects.inv -> https://tox.wiki/en/latest/objects.inv building [mo]: targets for 0 po files that are out of date building [html]: targets for 57 source files that are out of date updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] cloud-operators/advancedsettings reading sources... [ 3%] cloud-operators/autoswitch reading sources... [ 5%] cloud-operators/glitches reading sources... [ 7%] cloud-operators/index reading sources... [ 8%] cloud-operators/logimport_logimporter reading sources... [ 10%] cloud-operators/metaport reading sources... [ 12%] cloud-operators/metaspreader-conf reading sources... [ 14%] cloud-operators/musicmaster reading sources... [ 15%] developers/audiobutler reading sources... [ 17%] developers/index reading sources... [ 19%] developers/listenerids reading sources... [ 21%] developers/metadata reading sources... [ 22%] developers/metaport reading sources... [ 24%] developers/playerservices reading sources... [ 26%] developers/quantumcastapi reading sources... [ 28%] developers/tcf reading sources... [ 29%] developers/vast4 reading sources... [ 31%] index reading sources... [ 33%] introduction/index reading sources... [ 35%] introduction/supported-features reading sources... [ 36%] introduction/upgrades reading sources... [ 38%] introduction/what-is-quantumcast reading sources... [ 40%] topics/adflow reading sources... [ 42%] topics/advisor reading sources... [ 43%] topics/api reading sources... [ 45%] topics/audiobutler reading sources... [ 47%] topics/audiocache reading sources... [ 49%] topics/audiolibrary reading sources... [ 50%] topics/audioport reading sources... [ 52%] topics/audiostreamer reading sources... [ 54%] topics/audiotools reading sources... [ 56%] topics/authentication reading sources... [ 57%] topics/cloudconnect reading sources... [ 59%] topics/dataanalytics reading sources... [ 61%] topics/dynamicscheduling reading sources... [ 63%] topics/externalschedulingtools reading sources... [ 64%] topics/health reading sources... [ 66%] topics/logimporter reading sources... [ 68%] topics/logprocessing reading sources... [ 70%] topics/metaflow reading sources... [ 71%] topics/metaport reading sources... [ 73%] topics/metaspreader reading sources... [ 75%] topics/notificationservice reading sources... [ 77%] topics/playerservices reading sources... [ 78%] topics/playout reading sources... [ 80%] topics/playoutflow reading sources... [ 82%] topics/selfserviceconsole reading sources... [ 84%] topics/sequenceeditor reading sources... [ 85%] topics/skiponradio reading sources... [ 87%] topics/soundprocessing reading sources... [ 89%] topics/spotcontrol reading sources... [ 91%] topics/streamcontrol reading sources... [ 92%] topics/streamrecorder reading sources... [ 94%] topics/streamroute reading sources... [ 96%] topics/streamwatch reading sources... [ 98%] topics/timeshift reading sources... [100%] topics/transcoding looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] cloud-operators/advancedsettings writing output... [ 3%] cloud-operators/autoswitch writing output... [ 5%] cloud-operators/glitches writing output... [ 7%] cloud-operators/index writing output... [ 8%] cloud-operators/logimport_logimporter writing output... [ 10%] cloud-operators/metaport writing output... [ 12%] cloud-operators/metaspreader-conf writing output... [ 14%] cloud-operators/musicmaster writing output... [ 15%] developers/audiobutler writing output... [ 17%] developers/index writing output... [ 19%] developers/listenerids writing output... [ 21%] developers/metadata writing output... [ 22%] developers/metaport writing output... [ 24%] developers/playerservices writing output... [ 26%] developers/quantumcastapi writing output... [ 28%] developers/tcf writing output... [ 29%] developers/vast4 writing output... [ 31%] index Ignoring reference in hoverxref_ignore_refs. target=genindex writing output... [ 33%] introduction/index writing output... [ 35%] introduction/supported-features writing output... [ 36%] introduction/upgrades writing output... [ 38%] introduction/what-is-quantumcast writing output... [ 40%] topics/adflow writing output... [ 42%] topics/advisor writing output... [ 43%] topics/api writing output... [ 45%] topics/audiobutler writing output... [ 47%] topics/audiocache writing output... [ 49%] topics/audiolibrary writing output... [ 50%] topics/audioport writing output... [ 52%] topics/audiostreamer writing output... [ 54%] topics/audiotools writing output... [ 56%] topics/authentication writing output... [ 57%] topics/cloudconnect writing output... [ 59%] topics/dataanalytics writing output... [ 61%] topics/dynamicscheduling writing output... [ 63%] topics/externalschedulingtools writing output... [ 64%] topics/health writing output... [ 66%] topics/logimporter writing output... [ 68%] topics/logprocessing writing output... [ 70%] topics/metaflow writing output... [ 71%] topics/metaport writing output... [ 73%] topics/metaspreader writing output... [ 75%] topics/notificationservice writing output... [ 77%] topics/playerservices writing output... [ 78%] topics/playout writing output... [ 80%] topics/playoutflow writing output... [ 82%] topics/selfserviceconsole writing output... [ 84%] topics/sequenceeditor writing output... [ 85%] topics/skiponradio writing output... [ 87%] topics/soundprocessing writing output... [ 89%] topics/spotcontrol writing output... [ 91%] topics/streamcontrol writing output... [ 92%] topics/streamrecorder writing output... [ 94%] topics/streamroute writing output... [ 96%] topics/streamwatch writing output... [ 98%] topics/timeshift writing output... [100%] topics/transcoding generating indices... genindex http-routingtable done writing additional pages... search done copying images... [ 12%] cloud-operators/img/new_audio_source.png copying images... [ 25%] cloud-operators/img/transcoding.png copying images... [ 37%] cloud-operators/img/advanced_settings_fallback.png copying images... [ 50%] cloud-operators/img/Musicmaster_scheduling_workflow.png copying images... [ 62%] cloud-operators/img/Troubleshooting_Mixing_Protocol.png copying images... [ 75%] introduction/img/intro_audiocloudservices.png copying images... [ 87%] topics/img/quantumcast-metaflow.png copying images... [100%] topics/img/intro_dashboard.png copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in _readthedocs/html. Updating searchtools for Read the Docs search... [rtd-command-info] start-time: 2023-08-25T13:08:10.488678Z, end-time: 2023-08-25T13:08:15.336366Z, duration: 4, exit-code: 0 python -m sphinx -T -E -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v4.0.2 loading translations [en]... done making output directory... done loading intersphinx inventory from https://www.attrs.org/en/stable/objects.inv... loading intersphinx inventory from https://coverage.readthedocs.io/en/stable/objects.inv... loading intersphinx inventory from https://cssselect.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://itemloaders.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.pytest.org/en/latest/objects.inv... loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv... loading intersphinx inventory from https://tox.readthedocs.io/en/latest/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/projects/operation-manual/de/stable/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/projects/platform/en/stable/objects.inv... loading intersphinx inventory from https://docs.quantumcast-digital.com/en/latest/objects.inv... intersphinx inventory has moved: https://tox.readthedocs.io/en/latest/objects.inv -> https://tox.wiki/en/latest/objects.inv building [mo]: targets for 0 po files that are out of date building [latex]: all documents updating environment: [new config] 57 added, 0 changed, 0 removed reading sources... [ 1%] cloud-operators/advancedsettings reading sources... [ 3%] cloud-operators/autoswitch reading sources... [ 5%] cloud-operators/glitches reading sources... [ 7%] cloud-operators/index reading sources... [ 8%] cloud-operators/logimport_logimporter reading sources... [ 10%] cloud-operators/metaport reading sources... [ 12%] cloud-operators/metaspreader-conf reading sources... [ 14%] cloud-operators/musicmaster reading sources... [ 15%] developers/audiobutler reading sources... [ 17%] developers/index reading sources... [ 19%] developers/listenerids reading sources... [ 21%] developers/metadata reading sources... [ 22%] developers/metaport reading sources... [ 24%] developers/playerservices reading sources... [ 26%] developers/quantumcastapi reading sources... [ 28%] developers/tcf reading sources... [ 29%] developers/vast4 reading sources... [ 31%] index reading sources... [ 33%] introduction/index reading sources... [ 35%] introduction/supported-features reading sources... [ 36%] introduction/upgrades reading sources... [ 38%] introduction/what-is-quantumcast reading sources... [ 40%] topics/adflow reading sources... [ 42%] topics/advisor reading sources... [ 43%] topics/api reading sources... [ 45%] topics/audiobutler reading sources... [ 47%] topics/audiocache reading sources... [ 49%] topics/audiolibrary reading sources... [ 50%] topics/audioport reading sources... [ 52%] topics/audiostreamer reading sources... [ 54%] topics/audiotools reading sources... [ 56%] topics/authentication reading sources... [ 57%] topics/cloudconnect reading sources... [ 59%] topics/dataanalytics reading sources... [ 61%] topics/dynamicscheduling reading sources... [ 63%] topics/externalschedulingtools reading sources... [ 64%] topics/health reading sources... [ 66%] topics/logimporter reading sources... [ 68%] topics/logprocessing reading sources... [ 70%] topics/metaflow reading sources... [ 71%] topics/metaport reading sources... [ 73%] topics/metaspreader reading sources... [ 75%] topics/notificationservice reading sources... [ 77%] topics/playerservices reading sources... [ 78%] topics/playout reading sources... [ 80%] topics/playoutflow reading sources... [ 82%] topics/selfserviceconsole reading sources... [ 84%] topics/sequenceeditor reading sources... [ 85%] topics/skiponradio reading sources... [ 87%] topics/soundprocessing reading sources... [ 89%] topics/spotcontrol reading sources... [ 91%] topics/streamcontrol reading sources... [ 92%] topics/streamrecorder reading sources... [ 94%] topics/streamroute reading sources... [ 96%] topics/streamwatch reading sources... [ 98%] topics/timeshift reading sources... [100%] topics/transcoding looking for now-outdated files... none found pickling environment... done checking consistency... done processing quantumcast.tex... index introduction/what-is-quantumcast topics/selfserviceconsole topics/spotcontrol topics/streamcontrol topics/notificationservice topics/streamrecorder topics/audiostreamer topics/metaflow topics/adflow topics/playoutflow topics/audioport topics/transcoding topics/playout topics/audiolibrary topics/audiotools topics/soundprocessing topics/audiocache topics/audiobutler topics/dynamicscheduling topics/sequenceeditor topics/externalschedulingtools topics/skiponradio topics/timeshift topics/playerservices topics/streamroute topics/authentication topics/metaspreader topics/metaport topics/cloudconnect topics/logimporter topics/logprocessing topics/dataanalytics topics/api topics/streamwatch topics/advisor topics/health developers/index developers/listenerids developers/metadata developers/metaport developers/playerservices developers/tcf cloud-operators/index cloud-operators/advancedsettings cloud-operators/autoswitch cloud-operators/glitches cloud-operators/logimport_logimporter cloud-operators/metaport cloud-operators/metaspreader-conf cloud-operators/musicmaster resolving references... done writing... done copying images... [ 12%] introduction/img/intro_audiocloudservices.png copying images... [ 25%] topics/img/intro_dashboard.png copying images... [ 37%] topics/img/quantumcast-metaflow.png copying images... [ 50%] cloud-operators/img/new_audio_source.png copying images... [ 62%] cloud-operators/img/transcoding.png copying images... [ 75%] cloud-operators/img/advanced_settings_fallback.png copying images... [ 87%] cloud-operators/img/Musicmaster_scheduling_workflow.png copying images... [100%] cloud-operators/img/Troubleshooting_Mixing_Protocol.png copying TeX support files... copying TeX support files... done build succeeded. The LaTeX files are in _readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/quantumcast-public-platform-documentation/checkouts/stable/_readthedocs/pdf/_static/searchtools.js [rtd-command-info] start-time: 2023-08-25T13:08:16.942162Z, end-time: 2023-08-25T13:08:17.008273Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2023-08-25T13:08:17.459585Z, end-time: 2023-08-25T13:08:24.341669Z, duration: 6, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=quantumcast-public-platform-documentation -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 10) line 1. Use of uninitialized value in concatenation (.) or string at (eval 10) line 2. Use of uninitialized value in concatenation (.) or string at (eval 10) line 3. Use of uninitialized value in concatenation (.) or string at (eval 10) line 4. Subroutine makeglo redefined at (eval 11) line 7. Use of uninitialized value in concatenation (.) or string at (eval 11) line 1. Use of uninitialized value in concatenation (.) or string at (eval 11) line 2. Use of uninitialized value in concatenation (.) or string at (eval 11) line 3. Use of uninitialized value in concatenation (.) or string at (eval 11) line 4. Rc files read: /etc/LatexMk latexmkrc latexmkrc Latexmk: This is Latexmk, John Collins, 20 November 2021, version: 4.76. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast.tex' ------------ Run number 1 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "quantumcast.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./quantumcast.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. LaTeX Warning: Hyper reference `topics/audioport:audioport' on page 17 undefine d on input line 485. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 17 undefined on input line 489. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 1 7 undefined on input line 498. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 17 undefined on input line 507. LaTeX Warning: Hyper reference `topics/metaspreader:metaspreader' on page 17 un defined on input line 516. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 17 und efined on input line 526. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 17 und efined on input line 530. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 17 undefined on input line 534. [17 <./quantumcast-metaflow.png>] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. LaTeX Warning: Hyper reference `developers/playerservices:devplayerservices' on page 49 undefined on input line 1269. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 49 und efined on input line 1273. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 49 undefined on input line 1277. [49] [50] Chapter 25. [51] LaTeX Warning: Hyper reference `developers/listenerids:listeneridscontainer' on page 52 undefined on input line 1456. LaTeX Warning: Hyper reference `topics/streamroute:streamurl-scheme' on page 52 undefined on input line 1484. Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? LaTeX Warning: Hyper reference `developers/tcf:tcfconsent' on page 53 undefined on input line 1579. [53] [54] Chapter 26. [55] [56] Chapter 27. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 57 undefined on input line 1655. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 57 und efined on input line 1659. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 57 und efined on input line 1663. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 57 undefined on input line 1667. [57] [58] Chapter 28. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 59 und efined on input line 1703. LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 59 und efined on input line 1707. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 59 undefined on input line 1711. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 59 undefined on input line 1715. LaTeX Warning: Hyper reference `cloud-operators/metaport:cloudops-delaymetada' on page 59 undefined on input line 1719. [59] [60] Chapter 29. [61] [62] Chapter 30. LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:logimport -logimporter' on page 63 undefined on input line 1825. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 7 7 undefined on input line 2062. [77] LaTeX Warning: Hyper reference `developers/listenerids:listener-identifier-ids' on page 78 undefined on input line 2108. LaTeX Warning: Hyper reference `topics/streamroute:partsofaudiostreamrequest' o n page 78 undefined on input line 2111. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 78 unde fined on input line 2140. Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| [78] LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 79 undefined on input line 2216. LaTeX Warning: Hyper reference `topics/metaspreader:metaspreader' on page 79 un defined on input line 2216. [79] LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 80 undefined on input line 2557. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 80 und efined on input line 2561. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 80 undefined on input line 2565. [80] LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 81 undefined on input line 2576. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 81 undefined on input line 2579. LaTeX Warning: Hyper reference `topics/metaport:metaport' on page 81 undefined on input line 2579. LaTeX Warning: Hyper reference `topics/selfserviceconsole:selfserviceconsole' o n page 81 undefined on input line 2589. [81] LaTeX Warning: Hyper reference `topics/selfserviceconsole:selfserviceconsole' o n page 82 undefined on input line 2789. [82] [83] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 84 und efined on input line 3037. LaTeX Warning: Hyper reference `cloud-operators/metaspreader-conf:metaspreader- co' on page 84 undefined on input line 3041. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 84 undefined on input line 3045. Underfull \hbox (badness 10000) in paragraph at lines 3068--3073 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] [85] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 86 und efined on input line 3136. LaTeX Warning: Hyper reference `topics/playerservices:playerservices' on page 8 6 undefined on input line 3140. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 86 undefined on input line 3144. LaTeX Warning: Hyper reference `developers/listenerids:listenerids' on page 86 undefined on input line 3148. [86] LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3285. Overfull \hbox (11.99368pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ LaTeX Warning: Hyper reference `topics/audiostreamer:audiostreamer' on page 87 undefined on input line 3307. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3307. Overfull \hbox (11.99368pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ LaTeX Warning: Hyper reference `topics/audiostreamer:audiostreamer' on page 87 undefined on input line 3323. LaTeX Warning: Hyper reference `topics/streamroute:streamroute' on page 87 unde fined on input line 3323. [87] [88] Chapter 38. [89] [90] [91] [92 <./new_audio_source.png> <./transcoding.png>] [93 <./advance d_settings_fallback.png>] [94] LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:healthche ck' on page 95 undefined on input line 3792. [95] [96] [97] LaTeX Warning: Hyper reference `cloud-operators/logimport_logimporter:inputplug in' on page 98 undefined on input line 4023. [98] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 99 und efined on input line 4107. [99] [100] [101] LaTeX Warning: Hyper reference `developers/metadata:devmetadata' on page 102 un defined on input line 4280. LaTeX Warning: Hyper reference `developers/metaport:devmetaport' on page 102 un defined on input line 4284. LaTeX Warning: Hyper reference `topics/metaflow:metaflow' on page 102 undefined on input line 4288. [102] [103 <./Musicmaster_scheduling_workflow.png>] [104] Overfull \vbox (2.67392pt too high) detected at line 4645 [105] Underfull \vbox (badness 10000) detected at line 4645 Underfull \vbox (badness 10000) detected at line 4645 [106] [107] [108 <./Troubleshooting_Mixing_Protocol.png>] Chapter 39. [109] [110] LaTeX Warning: Reference `developers/playerservices:get-https---api.streamabc.n et-metadata-channel-(string-channelkey).json' on page 111 undefined on input li ne 4791. Overfull \hbox (145.37141pt too wide) in paragraph at lines 4791--4792 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , LaTeX Warning: Reference `developers/metaport:get-https---metadata.streamabc.ne t-metapush-(string-channelkey)-(string-token)' on page 111 undefined on input l ine 4792. Overfull \hbox (182.1213pt too wide) in paragraph at lines 4792--4793 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , LaTeX Warning: Reference `developers/metaport:post-https---metadata.streamabc.n et-metapush-(string-channelkey)-(string-token)' on page 111 undefined on input line 4793. Overfull \hbox (187.37129pt too wide) in paragraph at lines 4793--4794 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [111] No file quantumcast-public-platform-documentation.ind. (./quantumcast-public-platform-documentation.aux) LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. Package rerunfilecheck Warning: File `quantumcast-public-platform-documentation .out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (115 pages, 103 8578 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: Missing input file 'quantumcast-public-platform-documentation.ind' (or dependence on it) from following: 'No file quantumcast-public-platform-documentation.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: List of undefined refs and citations: Reference `developers/metaport:get-https---metadata.streamabc.net-metapush-(string-channelkey)-(string-token)' on page 111 undefined on input line 4792 Reference `developers/metaport:post-https---metadata.streamabc.net-metapush-(string-channelkey)-(string-token)' on page 111 undefined on input line 4793 Reference `developers/playerservices:get-https---api.streamabc.net-metadata-channel-(string-channelkey).json' on page 111 undefined on input line 4791 Rule 'makeindex quantumcast-public-platform-documentation.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.idx' ------------ Run number 1 of rule 'makeindex quantumcast-public-platform-documentation.idx' ------------ Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex quantumcast-public-platform-documentation.idx'... ------------ Running 'makeindex -s python.ist -o "quantumcast-public-platform-documentation.ind" "quantumcast-public-platform-documentation.idx"' ------------ This is makeindex, version 2.15 [TeX Live 2022/dev] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file quantumcast-public-platform-documentation.idx....done (134 entries accepted, 0 rejected). Sorting entries....done (1011 comparisons). Generating output file quantumcast-public-platform-documentation.ind....done (211 lines written, 0 warnings). Output written in quantumcast-public-platform-documentation.ind. Transcript written in quantumcast-public-platform-documentation.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.aux' 'quantumcast-public-platform-documentation.ind' 'quantumcast-public-platform-documentation.out' ------------ Run number 2 of rule 'pdflatex' ------------ Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "quantumcast.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./quantumcast.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./quantumcast-public-platform-documentation.out) (./quantumcast-public-platform-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./quantumcast-public-platform-documentation.toc [1]) [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. [17 <./quantumcast-metaflow.png>] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. [49] [50] Chapter 25. [51] Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? [53] [54] Chapter 26. [55] [56] Chapter 27. [57] [58] Chapter 28. [59] [60] Chapter 29. [61] [62] Chapter 30. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. [77] Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| [78] [79] [80] [81] [82] [83] Underfull \hbox (badness 10000) in paragraph at lines 3068--3073 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] [85] [86] Overfull \hbox (11.99368pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ Overfull \hbox (11.99368pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ [87] [88] Chapter 38. [89] [90] [91] [92 <./new_audio_source.png> <./transcoding.png>] [93 <./advance d_settings_fallback.png>] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103 <./Musicmaster_scheduling_workflow.png>] [104] Overfull \vbox (2.67392pt too high) detected at line 4645 [105] Underfull \vbox (badness 10000) detected at line 4645 Underfull \vbox (badness 10000) detected at line 4645 [106] [107] [108 <./Troubleshooting_Mixing_Protocol.png>] Chapter 39. [109] [110] Overfull \hbox (145.37141pt too wide) in paragraph at lines 4791--4792 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , Overfull \hbox (182.1213pt too wide) in paragraph at lines 4792--4793 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , Overfull \hbox (187.37129pt too wide) in paragraph at lines 4793--4794 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [111] (./quantumcast-public-platform-documentation.ind [112] [113] [114]) (./quantumcast-public-platform-documentation.aux) Package rerunfilecheck Warning: File `quantumcast-public-platform-documentation .out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (118 pages, 106 2403 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: References changed. Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'quantumcast-public-platform-documentation.aux' 'quantumcast-public-platform-documentation.out' 'quantumcast-public-platform-documentation.toc' ------------ Run number 3 of rule 'pdflatex' ------------ Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="quantumcast-public-platform-documentation" "quantumcast.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2022/dev/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./quantumcast.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-01-21> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf)) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref-langpatches.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/base/atveryend-ltx.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file quantumcast-public-platform-documentation.idx (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdftex.def) (./quantumcast-public-platform-documentation.aux) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./quantumcast-public-platform-documentation.out) (./quantumcast-public-platform-documentation.out) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map}] [2] (./quantumcast-public-platform-documentation.toc [1]) [2] [1] [2] Chapter 1. (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) [3 <./intro_audiocl oudservices.png>] [4] Chapter 2. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 3. [7] [8 <./intro_dashboard.png>] Chapter 4. [9] [10] Chapter 5. [11] [12] Chapter 6. [13] [14] Chapter 7. [15] [16] Chapter 8. [17 <./quantumcast-metaflow.png>] [18] Chapter 9. [19] [20] Chapter 10. [21] [22] Chapter 11. [23] [24] Chapter 12. [25] [26] Chapter 13. [27] [28] Chapter 14. [29] [30] Chapter 15. [31] [32] Chapter 16. [33] [34] Chapter 17. [35] [36] Chapter 18. [37] [38] Chapter 19. [39] [40] Chapter 20. [41] [42] Chapter 21. [43] [44] Chapter 22. [45] [46] Chapter 23. [47] [48] Chapter 24. [49] [50] Chapter 25. [51] Underfull \hbox (badness 10000) in paragraph at lines 1501--1504 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u\T1/txtt/m/n/10 ? [52] Underfull \hbox (badness 10000) in paragraph at lines 1521--1524 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.pls\T1/txtt/m/n/10 ? Underfull \hbox (badness 10000) in paragraph at lines 1541--1544 []\T1/txtt/m/n/10 https://domain/programkey/format/aggregator/listenerid/$[]$\T 1/qtm/m/it/10 lay.m3u8\T1/txtt/m/n/10 ? [53] [54] Chapter 26. [55] [56] Chapter 27. [57] [58] Chapter 28. [59] [60] Chapter 29. [61] [62] Chapter 30. [63] [64] Chapter 31. [65] [66] Chapter 32. [67] [68] Chapter 33. [69] [70] Chapter 34. [71] [72] Chapter 35. [73] [74] Chapter 36. [75] [76] Chapter 37. [77] Overfull \hbox (762.7415pt too wide) in paragraph at lines 2152--2152 []|\T1/txtt/m/n/10 idsv1=W3sicWMiOiI0ZThkNmQwNTEyOWI4ZDFjNmU2MTZiY2ZlYWIyYjlmMi J9LHsiYWRzd2l6eiI6ICJFNDUzNTk1Mi02QkVGLTQxMjItOUNGMS1DQzFBOTUwQ0VCQzMifSx7InF1Y W50eW9vIjogInh1bDhPbmdCSXMwOS1nOUptZmIyIn0seyJwbGF0Zm9ybWtleSI6ICJhcHAtbGlmZXJh ZGlvLWF0In1d| [78] [79] [80] [81] [82] [83] Underfull \hbox (badness 10000) in paragraph at lines 3068--3073 \T1/txtt/m/n/10 /api.streamabc.net/metadata/channel/{channelkey}.txt \T1/qtm/m/ n/10 (Chan-nel TXT Polling) \T1/txtt/m/n/10 https://api. [84] [85] [86] Overfull \hbox (11.99368pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3297--3297 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ Overfull \hbox (11.99368pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 8NyYeH7BoGP2MwvBX4JiQKGRgksjKBAQdtHGhcSQgBgIhViTKMYk2MjzNKJLJ AilsbO0NYCD9mnsHT3ZCY70- Overfull \hbox (101.24342pt too wide) in paragraph at lines 3313--3313 []\T1/txtt/m/n/10 7zlvT9hnDC8ZZ94bkw8P2DQMfsZheCvwTEgUMjBJZGUCAg7aONC4khADARCrE mUYxJsZHmaUSWSBFLY2doawEH7NPYOnuyEx3p9fd_ [87] [88] Chapter 38. [89] [90] [91] [92 <./new_audio_source.png> <./transcoding.png>] [93 <./advance d_settings_fallback.png>] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103 <./Musicmaster_scheduling_workflow.png>] [104] Overfull \vbox (2.67392pt too high) detected at line 4645 [105] Underfull \vbox (badness 10000) detected at line 4645 Underfull \vbox (badness 10000) detected at line 4645 [106] [107] [108 <./Troubleshooting_Mixing_Protocol.png>] Chapter 39. [109] [110] Overfull \hbox (145.37141pt too wide) in paragraph at lines 4791--4792 []\T1/txtt/m/n/10 GET https://api.streamabc.net/metadata/channel/(string:channe lkey).json\T1/qtm/m/n/10 , Overfull \hbox (182.1213pt too wide) in paragraph at lines 4792--4793 []\T1/txtt/m/n/10 GET https://metadata.streamabc.net/metapush/(string:channelke y)/(string:token)\T1/qtm/m/n/10 , Overfull \hbox (187.37129pt too wide) in paragraph at lines 4793--4794 []\T1/txtt/m/n/10 POST https://metadata.streamabc.net/metapush/(string:channelk ey)/(string:token)\T1/qtm/m/n/10 , [111] (./quantumcast-public-platform-documentation.ind [112] [113] [114]) (./quantumcast-public-platform-documentation.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi5.pfb> Output written on quantumcast-public-platform-documentation.pdf (118 pages, 106 2528 bytes). Transcript written on quantumcast-public-platform-documentation.log. Latexmk: Index file 'quantumcast-public-platform-documentation.idx' was written Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Log file says output to 'quantumcast-public-platform-documentation.pdf' Latexmk: Examining 'quantumcast-public-platform-documentation.log' === TeX engine is 'pdfTeX' Latexmk: All targets (quantumcast-public-platform-documentation.pdf) are up-to-date