Read the Docs build information Build id: 1878902 Project: metalsoft-metalsoft-docs Version: latest Commit: f11752dd1e15adbca53cb36846e9c243f3159c2f Date: 2023-12-04T14:49:15.307030Z State: finished Success: True [rtd-command-info] start-time: 2023-12-04T14:52:17.815666Z, end-time: 2023-12-04T14:52:24.746273Z, duration: 6, exit-code: 0 git clone --depth 1 git@github.com:metalsoft-io/metalsoft-docs.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-12-04T14:52:24.832236Z, end-time: 2023-12-04T14:52:27.010473Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-12-04T14:52:27.140999Z, end-time: 2023-12-04T14:52:27.704137Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 f11752d improved template related documentation [rtd-command-info] start-time: 2023-12-04T14:52:27.773284Z, end-time: 2023-12-04T14:52:27.840706Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-12-04T14:52:27.927314Z, end-time: 2023-12-04T14:52:27.987734Z, duration: 0, exit-code: 0 cat .readthedocs.yaml version: 2 build: os: ubuntu-22.04 tools: python: "3.11" python: install: - requirements: requirements.txt [rtd-command-info] start-time: 2023-12-04T14:52:35.183352Z, end-time: 2023-12-04T14:52:35.275571Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2023-12-04T14:52:35.794081Z, end-time: 2023-12-04T14:52:36.807282Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 689ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest, 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==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-12-04T14:52:36.873351Z, end-time: 2023-12-04T14:52:49.641802Z, duration: 12, 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/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 9.3 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.0.2-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 21.2 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.1 setuptools-69.0.2 [rtd-command-info] start-time: 2023-12-04T14:52:49.728755Z, end-time: 2023-12-04T14:52:58.777891Z, duration: 9, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) 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.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 6.0 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 10.5 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 16.5 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 51.2 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 163.0 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 134.7 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 104.7 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 143.4 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 156.6 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 153.8 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 153.9 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 155.4 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 159.7 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 172.9 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 167.9 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 128.7 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 175.7 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.17.2 alabaster-0.7.13 babel-2.13.1 certifi-2023.11.17 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 packaging-23.2 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.1.0 [rtd-command-info] start-time: 2023-12-04T14:52:58.874827Z, end-time: 2023-12-04T14:53:01.840152Z, duration: 2, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Requirement already satisfied: docutils<0.21 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (0.20.1) Collecting recommonmark<0.7.1 (from -r requirements.txt (line 2)) Downloading recommonmark-0.7.0-py2.py3-none-any.whl (10 kB) Collecting furo (from -r requirements.txt (line 3)) Downloading furo-2023.9.10-py3-none-any.whl.metadata (5.9 kB) Collecting myst_parser (from -r requirements.txt (line 4)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting sphinx_copybutton (from -r requirements.txt (line 5)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinx_design (from -r requirements.txt (line 6)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinx_inline_tabs (from -r requirements.txt (line 7)) Downloading sphinx_inline_tabs-2023.4.21-py3-none-any.whl (6.8 kB) Collecting commonmark>=0.8.1 (from recommonmark<0.7.1->-r requirements.txt (line 2)) Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 5.1 MB/s eta 0:00:00 Requirement already satisfied: sphinx>=1.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from recommonmark<0.7.1->-r requirements.txt (line 2)) (7.2.6) Collecting beautifulsoup4 (from furo->-r requirements.txt (line 3)) Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 17.8 MB/s eta 0:00:00 Collecting sphinx-basic-ng (from furo->-r requirements.txt (line 3)) Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB) Requirement already satisfied: pygments>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from furo->-r requirements.txt (line 3)) (2.17.2) Requirement already satisfied: jinja2 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from myst_parser->-r requirements.txt (line 4)) (3.1.2) Collecting markdown-it-py~=3.0 (from myst_parser->-r requirements.txt (line 4)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting mdit-py-plugins~=0.4 (from myst_parser->-r requirements.txt (line 4)) Downloading mdit_py_plugins-0.4.0-py3-none-any.whl.metadata (2.7 kB) Collecting pyyaml (from myst_parser->-r requirements.txt (line 4)) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst_parser->-r requirements.txt (line 4)) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.0.6) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2.13.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (23.2) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from jinja2->myst_parser->-r requirements.txt (line 4)) (2.1.3) Collecting soupsieve>1.2 (from beautifulsoup4->furo->-r requirements.txt (line 3)) Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx>=1.3.1->recommonmark<0.7.1->-r requirements.txt (line 2)) (2023.11.17) Downloading furo-2023.9.10-py3-none-any.whl (324 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.4/324.4 kB 43.1 MB/s eta 0:00:00 Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.2/77.2 kB 251.3 MB/s eta 0:00:00 Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 130.2 MB/s eta 0:00:00 Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 231.0 MB/s eta 0:00:00 Downloading mdit_py_plugins-0.4.0-py3-none-any.whl (54 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.1/54.1 kB 242.7 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 296.1 MB/s eta 0:00:00 Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB) Downloading soupsieve-2.5-py3-none-any.whl (36 kB) Installing collected packages: commonmark, soupsieve, pyyaml, mdurl, markdown-it-py, beautifulsoup4, mdit-py-plugins, sphinx-basic-ng, sphinx_inline_tabs, sphinx_design, sphinx_copybutton, recommonmark, myst_parser, furo Successfully installed beautifulsoup4-4.12.2 commonmark-0.9.1 furo-2023.9.10 markdown-it-py-3.0.0 mdit-py-plugins-0.4.0 mdurl-0.1.2 myst_parser-2.0.0 pyyaml-6.0.1 recommonmark-0.7.0 soupsieve-2.5 sphinx-basic-ng-1.0.0b2 sphinx_copybutton-0.5.2 sphinx_design-0.5.0 sphinx_inline_tabs-2023.4.21 [rtd-command-info] start-time: 2023-12-04T14:53:02.528890Z, end-time: 2023-12-04T14:53:02.591163Z, duration: 0, exit-code: 0 cat conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/master/config # -- Path setup -------------------------------------------------------------- # 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('.')) # -- Project information ----------------------------------------------------- project = u'MetalSoft' copyright = u'2023, MetalSoft' author = u'Alex Bordei' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags release = u'v6.x' # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # 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.imgmath', "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.mathjax", "sphinx.ext.todo", "sphinx.ext.viewcode", #3rd party extensions "myst_parser", "sphinx_copybutton", "sphinx_design", "sphinx_inline_tabs", ] extlinks = { "pypi": ("https://pypi.org/project/%s/", "%s"), } intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "sphinx": ("https://www.sphinx-doc.org/en/master", None), } myst_enable_extensions = [ "colon_fence", "deflist", "attrs_inline", ] myst_heading_anchors = 3 # 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', '.txt'] # The master toctree document. master_doc = 'index' # 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 pattern also affects html_static_path and html_extra_path. exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store','scripts',"README.md","requirements.txt","userindex.md"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = None html_extra_path = ["others"] # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # #html_theme = "sphinx_rtd_theme" html_theme = "furo" #html_theme = "ext-theme" #html_theme = "default" # 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 = { # 'collapse_navigation': False, # 'display_version': False, # 'navigation_depth': 3, #} html_theme_options = { "light_logo": "logo.svg", "dark_logo": "logo-white.svg", "sidebar_hide_name": True, "light_css_variables": { "color-brand-primary": "#0539C1", }, "source_directory": "/", } html_title="MetalSoft 6.x Documentation" # 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'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # The default sidebars (for documents that don't match any pattern) are # defined by theme itself. Builtin themes are using these templates by # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # # html_sidebars = {} # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = 'metalsoftdoc' # -- 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, 'metalsoft.tex', u'metalsoft Documentation', u'Alex Bordei', '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, 'metalsoft', u'Metalsoft 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, 'metalsoft', u'Metalsoft Documentation', author, 'metalsoft', 'One line description of project.', 'Miscellaneous'), ] # -- Options for Epub output ------------------------------------------------- # Bibliographic Dublin Core info. epub_title = project # The unique identifier of the text. This can be a ISBN number # or the project homepage. # # epub_identifier = '' # A unique identification for the text. # # epub_uid = '' # A list of files that should not be packed into the epub file. epub_exclude_files = ['search.html'] # -- Extension configuration ------------------------------------------------- ########################################################################### # 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') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'metalsoft-metalsoft-docs', 'name': u'Admin 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': 'metalsoft-io', 'proxied_api_host': '/_', 'github_repo': 'metalsoft-docs', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', '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': 'UA-17997319-2', 'commit': 'f11752dd', } # 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 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/metalsoft-metalsoft-docs/builds/1878902/' 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-12-04T14:53:02.660730Z, end-time: 2023-12-04T14:53:13.875244Z, duration: 11, exit-code: 0 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 making output directory... done loading intersphinx inventory from https://docs.python.org/3/objects.inv... loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv... myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'colon_fence', 'deflist', 'attrs_inline'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 91 source files that are out of date updating environment: [new config] 91 added, 0 changed, 0 removed reading sources... [ 1%] content/configuration/datacenters/adding_a_new_datacenter reading sources... [ 2%] content/configuration/datacenters/index reading sources... [ 3%] content/configuration/index reading sources... [ 4%] content/configuration/network/IPAM reading sources... [ 5%] content/configuration/network/adding_a_new_subnet_pool reading sources... [ 7%] content/configuration/network/adding_an_external_connection reading sources... [ 8%] content/configuration/network/adding_new_cisco_aci_apic_switches_in_a_new_datacenter reading sources... [ 9%] content/configuration/network/enabling_secondary_ips_and_vlans_on_the_wan_interface reading sources... [ 10%] content/configuration/network/index reading sources... [ 11%] content/configuration/network/managing_network_profiles reading sources... [ 12%] content/configuration/network/managing_switch_pairs reading sources... [ 13%] content/configuration/network/managing_switches reading sources... [ 14%] content/configuration/network/networking_overview reading sources... [ 15%] content/configuration/os_templates/advanced_os_deployment_configurations reading sources... [ 16%] content/configuration/os_templates/index reading sources... [ 18%] content/configuration/os_templates/legacy_os_templates reading sources... [ 19%] content/configuration/os_templates/legacy_variables_glossary reading sources... [ 20%] content/configuration/os_templates/managing_os_templates reading sources... [ 21%] content/configuration/os_templates/template_language_and_variables reading sources... [ 22%] content/configuration/servers/adding_a_new_managed_server reading sources... [ 23%] content/configuration/servers/adding_a_new_server reading sources... [ 24%] content/configuration/servers/adding_a_new_unmanaged_server reading sources... [ 25%] content/configuration/servers/index reading sources... [ 26%] content/configuration/servers/managing_firmware_baselines reading sources... [ 27%] content/configuration/servers/managing_firmware_catalogs reading sources... [ 29%] content/configuration/servers/managing_server_firmware reading sources... [ 30%] content/configuration/servers/re_registering_a_server reading sources... [ 31%] content/configuration/servers/server_lifecycle reading sources... [ 32%] content/configuration/servers/server_types reading sources... [ 33%] content/configuration/servers/servers_overview reading sources... [ 34%] content/configuration/storage/adding_a_new_storage_pool reading sources... [ 35%] content/configuration/storage/index reading sources... [ 36%] content/configuration/storage/managing_storage_pools reading sources... [ 37%] content/configuration/users_and_permissions/authentication_overview reading sources... [ 38%] content/configuration/users_and_permissions/configuring_ldap_for_microsoft_active_directory reading sources... [ 40%] content/configuration/users_and_permissions/configuring_saml_for_okta reading sources... [ 41%] content/configuration/users_and_permissions/index reading sources... [ 42%] content/configuration/users_and_permissions/managing_users_and_permissions reading sources... [ 43%] content/developer_resources/connecting_to_the_api reading sources... [ 44%] content/developer_resources/developer_getting_started reading sources... [ 45%] content/developer_resources/embedding_the_remote_console reading sources... [ 46%] content/developer_resources/index reading sources... [ 47%] content/developer_resources/using_the_terraform_provider reading sources... [ 48%] content/developer_resources/workflows/adding_workflows_to_every_deploy reading sources... [ 49%] content/developer_resources/workflows/index reading sources... [ 51%] content/developer_resources/workflows/managing_stage_definitions reading sources... [ 52%] content/developer_resources/workflows/managing_variables_and_secrets reading sources... [ 53%] content/developer_resources/workflows/managing_workflows reading sources... [ 54%] content/developer_resources/workflows/using_infrastructures_with_workflows reading sources... [ 55%] content/developer_resources/workflows/vsphere_workflow_example reading sources... [ 56%] content/fabric_manager/fabric_manager_overview reading sources... [ 57%] content/fabric_manager/index reading sources... [ 58%] content/fabric_manager/tutorials/index reading sources... [ 59%] content/fabric_manager/tutorials/tutorial_physical_sonic_and_dell_spine_leaf reading sources... [ 60%] content/fabric_manager/tutorials/tutorial_switch_only_operation_with_sonic_in_gns3 reading sources... [ 62%] content/overview/architecture/index reading sources... [ 63%] content/overview/architecture/network_topology reading sources... [ 64%] content/overview/architecture/user_interfaces reading sources... [ 65%] content/overview/index reading sources... [ 66%] content/overview/installation/cabling_guide reading sources... [ 67%] content/overview/installation/deploying_metalsoft_agent reading sources... [ 68%] content/overview/installation/deploying_metalsoft_controller reading sources... [ 69%] content/overview/installation/deploying_metalsoft_to_support_legacy_deployments reading sources... [ 70%] content/overview/installation/deploying_metalsoft_using_OVAs reading sources... [ 71%] content/overview/installation/deploying_metalsoft_without_switches reading sources... [ 73%] content/overview/installation/enabling_custom_RAID_configuration reading sources... [ 74%] content/overview/installation/enabling_traffic_accounting reading sources... [ 75%] content/overview/installation/index reading sources... [ 76%] content/overview/installation/the_operations_graph reading sources... [ 77%] content/overview/installation/troubleshooting_guide reading sources... [ 78%] content/overview/installation/using_the_cli reading sources... [ 79%] content/overview/release_notes reading sources... [ 80%] content/user/concepts reading sources... [ 81%] content/user/configuring_a_custom_RAID_profile reading sources... [ 82%] content/user/connecting_to_linux_servers_through_ssh reading sources... [ 84%] content/user/connecting_to_windows_servers_through_rdp reading sources... [ 85%] content/user/delegating_access_to_an_infrastructure reading sources... [ 86%] content/user/deploying_kubernetes_clusters reading sources... [ 87%] content/user/enabling_two_factor_authentication reading sources... [ 88%] content/user/forcing_specific_servers_at_deploy reading sources... [ 89%] content/user/index reading sources... [ 90%] content/user/managing_drive_arrays reading sources... [ 91%] content/user/managing_infrastructures reading sources... [ 92%] content/user/managing_instance_arrays reading sources... [ 93%] content/user/managing_networks reading sources... [ 95%] content/user/manually_managing_iscsi_connections reading sources... [ 96%] content/user/retrieving_the_utilization_report reading sources... [ 97%] content/user/setting_up_delegation_for_reseller_scenarios reading sources... [ 98%] content/user/user_getting_started reading sources... [ 99%] content/user/using_the_cli_user reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 1%] content/configuration/datacenters/adding_a_new_datacenter writing output... [ 2%] content/configuration/datacenters/index writing output... [ 3%] content/configuration/index writing output... [ 4%] content/configuration/network/IPAM writing output... [ 5%] content/configuration/network/adding_a_new_subnet_pool writing output... [ 7%] content/configuration/network/adding_an_external_connection writing output... [ 8%] content/configuration/network/adding_new_cisco_aci_apic_switches_in_a_new_datacenter writing output... [ 9%] content/configuration/network/enabling_secondary_ips_and_vlans_on_the_wan_interface writing output... [ 10%] content/configuration/network/index writing output... [ 11%] content/configuration/network/managing_network_profiles writing output... [ 12%] content/configuration/network/managing_switch_pairs writing output... [ 13%] content/configuration/network/managing_switches writing output... [ 14%] content/configuration/network/networking_overview writing output... [ 15%] content/configuration/os_templates/advanced_os_deployment_configurations writing output... [ 16%] content/configuration/os_templates/index writing output... [ 18%] content/configuration/os_templates/legacy_os_templates writing output... [ 19%] content/configuration/os_templates/legacy_variables_glossary writing output... [ 20%] content/configuration/os_templates/managing_os_templates writing output... [ 21%] content/configuration/os_templates/template_language_and_variables writing output... [ 22%] content/configuration/servers/adding_a_new_managed_server writing output... [ 23%] content/configuration/servers/adding_a_new_server writing output... [ 24%] content/configuration/servers/adding_a_new_unmanaged_server writing output... [ 25%] content/configuration/servers/index writing output... [ 26%] content/configuration/servers/managing_firmware_baselines writing output... [ 27%] content/configuration/servers/managing_firmware_catalogs writing output... [ 29%] content/configuration/servers/managing_server_firmware writing output... [ 30%] content/configuration/servers/re_registering_a_server writing output... [ 31%] content/configuration/servers/server_lifecycle writing output... [ 32%] content/configuration/servers/server_types writing output... [ 33%] content/configuration/servers/servers_overview writing output... [ 34%] content/configuration/storage/adding_a_new_storage_pool writing output... [ 35%] content/configuration/storage/index writing output... [ 36%] content/configuration/storage/managing_storage_pools writing output... [ 37%] content/configuration/users_and_permissions/authentication_overview writing output... [ 38%] content/configuration/users_and_permissions/configuring_ldap_for_microsoft_active_directory writing output... [ 40%] content/configuration/users_and_permissions/configuring_saml_for_okta writing output... [ 41%] content/configuration/users_and_permissions/index writing output... [ 42%] content/configuration/users_and_permissions/managing_users_and_permissions writing output... [ 43%] content/developer_resources/connecting_to_the_api writing output... [ 44%] content/developer_resources/developer_getting_started writing output... [ 45%] content/developer_resources/embedding_the_remote_console writing output... [ 46%] content/developer_resources/index writing output... [ 47%] content/developer_resources/using_the_terraform_provider writing output... [ 48%] content/developer_resources/workflows/adding_workflows_to_every_deploy writing output... [ 49%] content/developer_resources/workflows/index writing output... [ 51%] content/developer_resources/workflows/managing_stage_definitions writing output... [ 52%] content/developer_resources/workflows/managing_variables_and_secrets writing output... [ 53%] content/developer_resources/workflows/managing_workflows writing output... [ 54%] content/developer_resources/workflows/using_infrastructures_with_workflows writing output... [ 55%] content/developer_resources/workflows/vsphere_workflow_example writing output... [ 56%] content/fabric_manager/fabric_manager_overview writing output... [ 57%] content/fabric_manager/index writing output... [ 58%] content/fabric_manager/tutorials/index writing output... [ 59%] content/fabric_manager/tutorials/tutorial_physical_sonic_and_dell_spine_leaf writing output... [ 60%] content/fabric_manager/tutorials/tutorial_switch_only_operation_with_sonic_in_gns3 writing output... [ 62%] content/overview/architecture/index writing output... [ 63%] content/overview/architecture/network_topology writing output... [ 64%] content/overview/architecture/user_interfaces writing output... [ 65%] content/overview/index writing output... [ 66%] content/overview/installation/cabling_guide writing output... [ 67%] content/overview/installation/deploying_metalsoft_agent writing output... [ 68%] content/overview/installation/deploying_metalsoft_controller writing output... [ 69%] content/overview/installation/deploying_metalsoft_to_support_legacy_deployments writing output... [ 70%] content/overview/installation/deploying_metalsoft_using_OVAs writing output... [ 71%] content/overview/installation/deploying_metalsoft_without_switches writing output... [ 73%] content/overview/installation/enabling_custom_RAID_configuration writing output... [ 74%] content/overview/installation/enabling_traffic_accounting writing output... [ 75%] content/overview/installation/index writing output... [ 76%] content/overview/installation/the_operations_graph writing output... [ 77%] content/overview/installation/troubleshooting_guide writing output... [ 78%] content/overview/installation/using_the_cli writing output... [ 79%] content/overview/release_notes writing output... [ 80%] content/user/concepts writing output... [ 81%] content/user/configuring_a_custom_RAID_profile writing output... [ 82%] content/user/connecting_to_linux_servers_through_ssh writing output... [ 84%] content/user/connecting_to_windows_servers_through_rdp writing output... [ 85%] content/user/delegating_access_to_an_infrastructure writing output... [ 86%] content/user/deploying_kubernetes_clusters writing output... [ 87%] content/user/enabling_two_factor_authentication writing output... [ 88%] content/user/forcing_specific_servers_at_deploy writing output... [ 89%] content/user/index writing output... [ 90%] content/user/managing_drive_arrays writing output... [ 91%] content/user/managing_infrastructures writing output... [ 92%] content/user/managing_instance_arrays writing output... [ 93%] content/user/managing_networks writing output... [ 95%] content/user/manually_managing_iscsi_connections writing output... [ 96%] content/user/retrieving_the_utilization_report writing output... [ 97%] content/user/setting_up_delegation_for_reseller_scenarios writing output... [ 98%] content/user/user_getting_started writing output... [ 99%] content/user/using_the_cli_user writing output... [100%] index /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/checkouts/latest/content/developer_resources/developer_getting_started.md:157: WARNING: 'myst' cross-reference target not found: '/content/configuration/os_templates/' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/metalsoft-metalsoft-docs/checkouts/latest/content/developer_resources/developer_getting_started.md:189: WARNING: 'myst' cross-reference target not found: '/content/developer_resources/workflows/' [myst.xref_missing] generating indices... genindex done highlighting module code... writing additional pages... search done copying images... [ 0%] assets/guides/add_a_new_datacenter.png copying images... [ 1%] assets/general/ipam1.svg copying images... [ 1%] assets/general/ipam2.png copying images... [ 2%] assets/general/ipam4.svg copying images... [ 2%] assets/general/ipam5.svg copying images... [ 3%] assets/general/ipam6.svg copying images... [ 3%] assets/general/ipam7.svg copying images... [ 3%] assets/general/ipam8.svg copying images... [ 4%] assets/guides/adding_a_subnet_pool.svg copying images... [ 4%] assets/guides/adding_external_conenctions_1.png copying images... [ 5%] assets/guides/add_external_connections_2.png copying images... [ 5%] assets/guides/add_external_connections_4.jpg copying images... [ 5%] assets/guides/add_external_connections_3.jpg copying images... [ 6%] assets/guides/add_cisco_aci_switch_1.png copying images... [ 6%] assets/guides/add_cisco_aci_switch_2.png copying images... [ 7%] assets/guides/add_cisco_aci_switch_3.png copying images... [ 7%] assets/guides/add_cisco_aci_switch_4.png copying images... [ 8%] assets/guides/add_cisco_aci_switch_5.png copying images... [ 8%] assets/advanced/enabling_secondary_ips_and_vlans_on_the_wan_interface_01.svg copying images... [ 8%] assets/advanced/enabling_secondary_ips_and_vlans_on_the_wan_interface_01.png copying images... [ 9%] assets/advanced/enabling_secondary_ips_and_vlans_on_the_wan_interface_02.png copying images... [ 9%] assets/guides/add_network_profile_5.svg copying images... [ 10%] assets/guides/add_network_profile_1.png copying images... [ 10%] assets/guides/add_network_profile_2.png copying images... [ 11%] assets/guides/add_network_profile_3.png copying images... [ 11%] assets/guides/add_network_profile_4.png copying images... [ 11%] assets/advanced/managing_operating_system_deployment_options_01.png copying images... [ 12%] assets/advanced/managing_operating_system_deployment_options_02.png copying images... [ 12%] assets/guides/os_templates_1.svg copying images... [ 13%] assets/guides/add_server_01.png copying images... [ 13%] assets/guides/add_server_02.png copying images... [ 13%] assets/guides/add_server_03.jpg copying images... [ 14%] assets/guides/adding_a_new_unmanaged_server_01.png copying images... [ 14%] assets/general/managing_firmware_baselines_02.png copying images... [ 15%] assets/general/managing_firmware_baselines_01.png copying images... [ 15%] assets/advanced/managing_firmware1.png copying images... [ 16%] assets/guides/re-registering-a-server-01.png copying images... [ 16%] assets/guides/re-registering-a-server-02.png copying images... [ 16%] assets/guides/re-registering-a-server-03.png copying images... [ 17%] assets/general/server_status_list.png copying images... [ 17%] assets/general/server_status_buttons.png copying images... [ 18%] assets/general/re-register_or_decomission.png copying images... [ 18%] assets/general/server_lifecycle_1.svg copying images... [ 18%] assets/general/server_lifecycle_2.svg copying images... [ 19%] assets/general/server_lifecycle_3.svg copying images... [ 19%] assets/general/defective.png copying images... [ 20%] assets/general/notes.png copying images... [ 20%] assets/general/available.png copying images... [ 21%] assets/general/server_lifecycle_4.svg copying images... [ 21%] assets/general/create_server_type.png copying images... [ 21%] assets/guides/servers_overview_01.png copying images... [ 22%] assets/guides/add_a_new_storage_pool.svg copying images... [ 22%] assets/guides/managing_storage_pools.png copying images... [ 23%] assets/guides/servers_with_iscsi_booting.png copying images... [ 23%] assets/general/authentication_overview_02.svg copying images... [ 24%] assets/user/guides/create_a_new_app_integration_okta.png copying images... [ 24%] assets/user/guides/create_saml_integration_okta_1.png copying images... [ 24%] assets/user/guides/create_saml_integration_okta_2.png copying images... [ 25%] assets/user/guides/okta_attribute_statements.png copying images... [ 25%] assets/user/guides/create_a_new_app_integration_okta_2.png copying images... [ 26%] assets/user/guides/create_a_new_app_integration_okta_3.png copying images... [ 26%] assets/user/guides/assign_user_to_okta_app_1.png copying images... [ 26%] assets/user/guides/assign_user_to_okta_app_2.png copying images... [ 27%] assets/user/guides/assign_user_to_okta_app_3.png copying images... [ 27%] assets/user/guides/assign_user_to_okta_app_4.png copying images... [ 28%] assets/user/guides/assign_user_to_okta_app_5.png copying images... [ 28%] assets/user/guides/assign_user_to_okta_app_6.png copying images... [ 29%] assets/user/guides/okta_configuration_1.png copying images... [ 29%] assets/user/guides/okta_configuration_2.png copying images... [ 29%] assets/user/guides/okta_configuration_3.png copying images... [ 30%] assets/user/guides/okta_configuration_4.png copying images... [ 30%] assets/user/guides/ms_okta_config_1.png copying images... [ 31%] assets/user/guides/ms_okta_config_2.png copying images... [ 31%] assets/user/guides/ms_okta_config_3.png copying images... [ 32%] assets/user/guides/ms_okta_config_4.png copying images... [ 32%] assets/user/guides/ms_okta_config_5.png copying images... [ 32%] assets/user/guides/ms_okta_config_6.png copying images... [ 33%] assets/user/guides/managing_users_and_permissions_1.svg copying images... [ 33%] assets/user/guides/managing_users_and_permissions_2.png copying images... [ 34%] assets/user/guides/managing_users_and_permissions_3.png copying images... [ 34%] assets/user/guides/managing_users_and_permissions_4.png copying images... [ 34%] assets/user/guides/managing_users_and_permissions_5.png copying images... [ 35%] assets/user/guides/managing_users_and_permissions_6.png copying images... [ 35%] assets/guides/retrieving_my_api_key_01.png copying images... [ 36%] assets/guides/retrieving_my_api_key_02.png copying images... [ 36%] assets/general/developer_getting_started_01.svg copying images... [ 37%] assets/general/developer_getting_started_02.svg copying images... [ 37%] assets/general/developer_getting_started_03.svg copying images... [ 37%] assets/developer_resources/remote_console_01.png copying images... [ 38%] assets/developer_resources/developer_getting_started_04.png copying images... [ 38%] assets/developer_resources/developer_getting_started_05.png copying images... [ 39%] assets/developer_resources/developer_getting_started_07.png copying images... [ 39%] assets/developer_resources/developer_getting_started_06.png copying images... [ 39%] assets/advanced/adding_workflows_to_every_deploy_01.png copying images... [ 40%] assets/advanced/adding_workflows_to_every_deploy_02.png copying images... [ 40%] assets/advanced/managing_workflows1.png copying images... [ 41%] assets/advanced/managing_workflows2.png copying images... [ 41%] assets/advanced/managing_workflows3.png copying images... [ 42%] assets/advanced/using_infrastructures_with_workflows_2.svg copying images... [ 42%] assets/guides/deploying-metalsoft-using-ovas-01.svg copying images... [ 42%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3.png copying images... [ 43%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_02.png copying images... [ 43%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_03.png copying images... [ 44%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_07.png copying images... [ 44%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_08.png copying images... [ 45%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_09.png copying images... [ 45%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_10.png copying images... [ 45%] assets/guides/tutorial_switch_only_operation_with_sonic_in_gns3_11.png copying images... [ 46%] assets/general/architecture-1.svg copying images... [ 46%] assets/advanced/network_topology_1.png copying images... [ 47%] assets/advanced/network_topology_2.png copying images... [ 47%] assets/advanced/network_topology_4.png copying images... [ 47%] assets/advanced/network_topology_5.png copying images... [ 48%] assets/general/admin_interface.png copying images... [ 48%] assets/general/infrastructure_editor.png copying images... [ 49%] assets/advanced/network_topology_3.png copying images... [ 49%] assets/advanced/network_topology_8.svg copying images... [ 50%] assets/advanced/network_topology_11.svg copying images... [ 50%] assets/advanced/network_topology_10.svg copying images... [ 50%] assets/advanced/network_topology_9.svg copying images... [ 51%] assets/advanced/network_topology_7.svg copying images... [ 51%] assets/advanced/network_topology_12.svg copying images... [ 52%] assets/advanced/network_topology_15.svg copying images... [ 52%] assets/advanced/network_topology_14.svg copying images... [ 53%] assets/advanced/network_topology_13.svg copying images... [ 53%] assets/guides/preparing_to_setup_a_datacenter_01.svg copying images... [ 53%] assets/guides/preparing_to_setup_a_datacenter_02.svg copying images... [ 54%] assets/guides/deploying_metalsoft_using_OVAs_02.png copying images... [ 54%] assets/guides/deploying_metalsoft_using_OVAs_03.png copying images... [ 55%] assets/guides/deploying-metalsoft-using-ovas-04.png copying images... [ 55%] assets/guides/deploying-metalsoft-using-ovas-05.png copying images... [ 55%] assets/guides/deploying-metalsoft-using-ovas-09.png copying images... [ 56%] assets/guides/deploying-metalsoft-using-ovas-10.png copying images... [ 56%] assets/guides/deploying-metalsoft-using-ovas-11.png copying images... [ 57%] assets/guides/deploying-metalsoft-using-ovas-12.png copying images... [ 57%] assets/guides/deploying-metalsoft-using-ovas-13.png copying images... [ 58%] assets/guides/deploying-metalsoft-using-ovas-14.png copying images... [ 58%] assets/guides/deploying-metalsoft-using-ovas-16.png copying images... [ 58%] assets/guides/deploying-metalsoft-using-ovas-17.png copying images... [ 59%] assets/guides/deploying-metalsoft-using-ovas-18.png copying images... [ 59%] assets/guides/deploying_metalsoft_on_l2_01.svg copying images... [ 60%] assets/advanced/enabling_custom_RAID_configuration_01.png copying images... [ 60%] assets/advanced/the_afc_graph_3.png copying images... [ 61%] assets/advanced/the_afc_graph_1.png copying images... [ 61%] assets/advanced/the_afc_graph_2.png copying images... [ 61%] assets/general/metalcloud-cli-animated.gif copying images... [ 62%] assets/general/introduction-7.png copying images... [ 62%] assets/user/general/introduction-5.svg copying images... [ 63%] assets/user/general/introduction-2.svg copying images... [ 63%] assets/user/general/introduction-3.svg copying images... [ 63%] assets/user/general/introduction-4.svg copying images... [ 64%] assets/user/advanced/configuring_a_custom_RAID_profile_01.png copying images... [ 64%] assets/user/guides/connecting_to_a_server_through_ssh_1.png copying images... [ 65%] assets/user/guides/connecting_to_a_server_through_ssh_2.png copying images... [ 65%] assets/user/guides/connecting_to_a_server_through_ssh_3.png copying images... [ 66%] assets/user/guides/connecting_to_a_server_through_ssh_4.png copying images... [ 66%] assets/user/guides/connecting_to_a_server_through_ssh_5.png copying images... [ 66%] assets/user/guides/connecting_to_a_server_through_ssh_6.png copying images... [ 67%] assets/user/guides/connecting_to_a_server_through_ssh_7.png copying images... [ 67%] assets/user/guides/connecting_to_a_server_through_ssh_8.png copying images... [ 68%] assets/user/guides/connecting_to_windows_servers_through_rdp_1.png copying images... [ 68%] assets/user/guides/connecting_to_windows_servers_through_rdp_2.png copying images... [ 68%] assets/user/guides/connecting_to_windows_servers_through_rdp_3.png copying images... [ 69%] assets/user/guides/connecting_to_windows_servers_through_rdp_4.png copying images... [ 69%] assets/user/guides/connecting_to_windows_servers_through_rdp_5.png copying images... [ 70%] assets/user/guides/connecting_to_windows_servers_through_rdp_6.png copying images... [ 70%] assets/user/guides/connecting_to_windows_servers_through_rdp_7.png copying images... [ 71%] assets/user/guides/connecting_to_windows_servers_through_rdp_8.png copying images... [ 71%] assets/user/guides/user_management_1.png copying images... [ 71%] assets/user/guides/user_management_2.png copying images... [ 72%] assets/user/guides/user_management_3.png copying images... [ 72%] assets/user/guides/user_management_4.png copying images... [ 73%] assets/user/guides/user_management_5.png copying images... [ 73%] assets/user/guides/user_management_6.png copying images... [ 74%] assets/user/guides/user_management_7.png copying images... [ 74%] assets/user/guides/user_management_8.png copying images... [ 74%] assets/user/guides/user_management_9.png copying images... [ 75%] assets/user/kubernetes_01.png copying images... [ 75%] assets/user/kubernetes_02.png copying images... [ 76%] assets/user/kubernetes_03.png copying images... [ 76%] assets/user/advanced/infra_kubernetes_dashboard1.png copying images... [ 76%] assets/user/advanced/infra_kubernetes_dashboard2.png copying images... [ 77%] assets/user/advanced/enabling_2fa2.png copying images... [ 77%] assets/user/advanced/enabling_2fa5.png copying images... [ 78%] assets/user/advanced/enabling_2fa6.png copying images... [ 78%] assets/user/advanced/enabling_2fa7.png copying images... [ 79%] assets/user/advanced/enabling_2fa9.png copying images... [ 79%] assets/user/guides/managing_drive_arrays1.png copying images... [ 79%] assets/user/guides/managing_drive_arrays2.png copying images... [ 80%] assets/user/guides/drive_management_1.png copying images... [ 80%] assets/user/guides/drive_management_2.png copying images... [ 81%] assets/user/guides/drive_management_3.png copying images... [ 81%] assets/user/guides/drive_management_4.png copying images... [ 82%] assets/user/guides/drive_management_5.png copying images... [ 82%] assets/user/guides/drive_management_6.png copying images... [ 82%] assets/user/guides/drive_management_7.png copying images... [ 83%] assets/user/guides/drive_management_8.png copying images... [ 83%] assets/user/guides/drive_management_9.png copying images... [ 84%] assets/user/guides/drive_management_10.png copying images... [ 84%] assets/user/guides/drive_management_11.png copying images... [ 84%] assets/user/guides/drive_management_12.png copying images... [ 85%] assets/user/guides/creating_an_infrastructure1.png copying images... [ 85%] assets/user/guides/creating_an_infrastructure2.png copying images... [ 86%] assets/user/guides/managing_infrastructures1.png copying images... [ 86%] assets/user/guides/getting_started3.png copying images... [ 87%] assets/user/guides/getting_started5.png copying images... [ 87%] assets/user/guides/getting_started41.png copying images... [ 87%] assets/user/guides/getting_started61.png copying images... [ 88%] assets/user/guides/managing_instance_arrays1.png copying images... [ 88%] assets/user/guides/managing_instance_arrays2.png copying images... [ 89%] assets/guides/network_join.gif copying images... [ 89%] assets/guides/network_create_2.png copying images... [ 89%] assets/guides/network_create.gif copying images... [ 90%] assets/guides/network_create_03.png copying images... [ 90%] assets/guides/add_more_ips.png copying images... [ 91%] assets/guides/add_subnet_01.png copying images... [ 91%] assets/guides/add_subnet_02.png copying images... [ 92%] assets/user/guides/managing_drive_arrays3.png copying images... [ 92%] assets/user/guides/managing_billing_information_2.png copying images... [ 92%] assets/user/guides/the_utilization_report_1.png copying images... [ 93%] assets/user/guides/the_detailed_utilization_report_2.png copying images... [ 93%] assets/user/guides/the_detailed_utilization_report_3.png copying images... [ 94%] assets/user/guides/understanding_the_utilization_report_4.png copying images... [ 94%] assets/user/advanced/setting_up_users_and_permissions_in_reseller_scenarios_2.svg copying images... [ 95%] assets/user/advanced/setting_up_users_and_permissions_in_reseller_scenarios_3.svg copying images... [ 95%] assets/user/advanced/setting_up_users_and_permissions_in_reseller_scenarios_5.svg copying images... [ 95%] assets/user/advanced/setting_up_users_and_permissions_in_reseller_scenarios_4.svg copying images... [ 96%] assets/user/advanced/setting_up_users_and_permissions_in_reseller_scenarios_1.svg copying images... [ 96%] assets/guides/getting_started3.png copying images... [ 97%] assets/general/create_new_instance_array_select_configuration.png copying images... [ 97%] assets/general/creating_new_instance_array_select_iscsi.png copying images... [ 97%] assets/guides/getting_started41.png copying images... [ 98%] assets/guides/getting_started7.png copying images... [ 98%] assets/guides/getting_started61.png copying images... [ 99%] assets/general/introduction-3.svg copying images... [ 99%] assets/general/allocated_server.png copying images... [100%] assets/general/servers_page.png copying images... [100%] assets/metalcloud-cli-animated.gif dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded, 2 warnings. The HTML pages are in _readthedocs/html.