Read the Docs build information Build id: 1576955 Project: cloudferro-waw3-1-kubernetes-test Version: latest Commit: 1f510187b63f4fe6a876b7dc96d48344a148f506 Date: 2023-07-04T09:27:11.207241Z State: finished Success: False [rtd-command-info] start-time: 2023-07-04T09:27:17.473132Z, end-time: 2023-07-04T09:27:19.102924Z, duration: 1, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:CloudFerro/waw3-1-kubernetes-test.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.112' (ECDSA) to the list of known hosts. [rtd-command-info] start-time: 2023-07-04T09:27:19.645799Z, end-time: 2023-07-04T09:27:19.773812Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. 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 1f51018 Rearranging flow of articles in Account Management [rtd-command-info] start-time: 2023-07-04T09:27:20.241900Z, end-time: 2023-07-04T09:27:20.316473Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-07-04T09:27:20.691845Z, end-time: 2023-07-04T09:27:20.757013Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64" # golang: "1.19" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf # Optionally declare the Python requirements required to build your docs python: install: - requirements: requirements.txt [rtd-command-info] start-time: 2023-07-04T09:27:27.847562Z, end-time: 2023-07-04T09:27:27.945268Z, duration: 0, exit-code: 0 asdf global python 3.11.4 [rtd-command-info] start-time: 2023-07-04T09:27:28.797999Z, end-time: 2023-07-04T09:27:29.784259Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.4.final.0-64 in 662ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/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==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-07-04T09:27:30.143468Z, end-time: 2023-07-04T09:27:40.306736Z, duration: 10, 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/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (21.2.3) Collecting pip Downloading pip-23.1.2-py3-none-any.whl (2.1 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/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.1.2 setuptools-68.0.0 [rtd-command-info] start-time: 2023-07-04T09:27:40.761296Z, end-time: 2023-07-04T09:27:48.698648Z, duration: 7, 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-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 12.0 MB/s eta 0:00:00 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 28.1 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 230.4 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-7.0.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 36.9 MB/s eta 0:00:00 Collecting sphinx-rtd-theme Downloading sphinx_rtd_theme-1.2.2-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 53.5 MB/s eta 0:00:00 Collecting readthedocs-sphinx-ext<2.3 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 66.8 MB/s eta 0:00:00 Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.4-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.6/120.6 kB 280.4 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 241.2 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.1-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.8/99.8 kB 266.9 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 263.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 267.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 236.6 MB/s eta 0:00:00 Collecting Pygments>=2.13 (from sphinx) Downloading Pygments-2.15.1-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 75.3 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 252.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 95.8 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.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 251.6 MB/s eta 0:00:00 Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 249.1 MB/s eta 0:00:00 Collecting sphinx Downloading sphinx-6.2.1-py3-none-any.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 158.0 MB/s eta 0:00:00 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 256.1 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 280.2 MB/s eta 0:00:00 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 (28 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.3/197.3 kB 291.3 MB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 230.2 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 270.7 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 292.4 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=d176c7f9a61f59d31b5ac6f2073ec6150ca1b9a4f5b95c97f9427ee47cafc8cb Stored in directory: /tmp/pip-ephem-wheel-cache-oiwnssbj/wheels/80/c2/c8/630c9eb889f0be0202cb11bf30b47aa54bf7588e8d50b70005 Successfully built mock Installing collected packages: snowballstemmer, mock, commonmark, urllib3, 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, sphinx, readthedocs-sphinx-ext, sphinxcontrib-jquery, recommonmark, sphinx-rtd-theme Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.15.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.5.7 charset-normalizer-3.1.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 mock-1.0.1 packaging-23.1 pillow-10.0.0 readthedocs-sphinx-ext-2.2.2 recommonmark-0.5.0 requests-2.31.0 snowballstemmer-2.2.0 sphinx-6.2.1 sphinx-rtd-theme-1.2.2 sphinxcontrib-applehelp-1.0.4 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.1 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 urllib3-2.0.3 [rtd-command-info] start-time: 2023-07-04T09:27:49.101681Z, end-time: 2023-07-04T09:28:14.031382Z, duration: 24, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting alabaster==0.7.12 (from -r requirements.txt (line 1)) Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting Babel==2.9.1 (from -r requirements.txt (line 2)) Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 103.7 MB/s eta 0:00:00 Collecting certifi==2021.10.8 (from -r requirements.txt (line 3)) Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 kB 266.5 MB/s eta 0:00:00 Collecting cffi==1.15.0 (from -r requirements.txt (line 4)) Downloading cffi-1.15.0.tar.gz (484 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 484.1/484.1 kB 305.8 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting charset-normalizer==2.0.12 (from -r requirements.txt (line 5)) Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting colorama==0.4.4 (from -r requirements.txt (line 6)) Downloading colorama-0.4.4-py2.py3-none-any.whl (16 kB) Collecting Deprecated==1.2.13 (from -r requirements.txt (line 7)) Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB) Collecting docutils==0.17.1 (from -r requirements.txt (line 8)) Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 575.5/575.5 kB 304.3 MB/s eta 0:00:00 Collecting idna==3.3 (from -r requirements.txt (line 9)) Downloading idna-3.3-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 256.2 MB/s eta 0:00:00 Collecting imagesize==1.3.0 (from -r requirements.txt (line 10)) Downloading imagesize-1.3.0-py2.py3-none-any.whl (5.2 kB) Collecting importlib-metadata==4.11.3 (from -r requirements.txt (line 11)) Downloading importlib_metadata-4.11.3-py3-none-any.whl (18 kB) Collecting Jinja2==3.0.3 (from -r requirements.txt (line 12)) Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.6/133.6 kB 284.8 MB/s eta 0:00:00 Collecting livereload==2.6.3 (from -r requirements.txt (line 13)) Downloading livereload-2.6.3-py2.py3-none-any.whl (24 kB) Collecting MarkupSafe==2.1.1 (from -r requirements.txt (line 14)) Downloading MarkupSafe-2.1.1.tar.gz (18 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting packaging==21.3 (from -r requirements.txt (line 15)) Downloading packaging-21.3-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 kB 234.2 MB/s eta 0:00:00 Collecting pycparser==2.21 (from -r requirements.txt (line 16)) Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 284.5 MB/s eta 0:00:00 Collecting PyGithub==1.55 (from -r requirements.txt (line 17)) Downloading PyGithub-1.55-py3-none-any.whl (291 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 291.7/291.7 kB 297.1 MB/s eta 0:00:00 Collecting Pygments==2.11.2 (from -r requirements.txt (line 18)) Downloading Pygments-2.11.2-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 310.1 MB/s eta 0:00:00 Collecting PyJWT==2.4.0 (from -r requirements.txt (line 19)) Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting PyNaCl==1.5.0 (from -r requirements.txt (line 20)) Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 307.6 MB/s eta 0:00:00 Collecting pyparsing==3.0.7 (from -r requirements.txt (line 21)) Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.0/98.0 kB 249.8 MB/s eta 0:00:00 Collecting pytz==2021.3 (from -r requirements.txt (line 22)) Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 503.5/503.5 kB 293.3 MB/s eta 0:00:00 Collecting requests==2.27.1 (from -r requirements.txt (line 23)) Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.1/63.1 kB 248.9 MB/s eta 0:00:00 Collecting six==1.16.0 (from -r requirements.txt (line 24)) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: snowballstemmer==2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 25)) (2.2.0) Collecting Sphinx==4.4.0 (from -r requirements.txt (line 26)) Downloading Sphinx-4.4.0-py3-none-any.whl (3.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 250.0 MB/s eta 0:00:00 Collecting sphinx-autobuild==2021.3.14 (from -r requirements.txt (line 27)) Downloading sphinx_autobuild-2021.3.14-py3-none-any.whl (9.9 kB) Collecting sphinx-favicon==1.0.1 (from -r requirements.txt (line 28)) Downloading sphinx_favicon-1.0.1-py3-none-any.whl (7.0 kB) Collecting sphinx-jinja==2.0.2 (from -r requirements.txt (line 29)) Downloading sphinx_jinja-2.0.2-py3-none-any.whl (4.4 kB) Collecting sphinx-rtd-theme==1.0.0 (from -r requirements.txt (line 30)) Downloading sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 234.7 MB/s eta 0:00:00 Collecting sphinx-tabs==3.4.* (from -r requirements.txt (line 31)) Downloading sphinx_tabs-3.4.1-py3-none-any.whl (10.0 kB) Collecting sphinx_substitution_extensions==2022.2.16 (from -r requirements.txt (line 32)) Downloading Sphinx_Substitution_Extensions-2022.2.16-py3-none-any.whl (9.8 kB) Collecting sphinxcontrib-applehelp==1.0.2 (from -r requirements.txt (line 33)) Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.2/121.2 kB 278.7 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-devhelp==1.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 34)) (1.0.2) Collecting sphinxcontrib-htmlhelp==2.0.0 (from -r requirements.txt (line 35)) Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 276.3 MB/s eta 0:00:00 Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 36)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp==1.0.3 in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 37)) (1.0.3) Requirement already satisfied: sphinxcontrib-serializinghtml==1.1.5 in /home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages (from -r requirements.txt (line 38)) (1.1.5) Collecting tornado==6.1 (from -r requirements.txt (line 39)) Downloading tornado-6.1.tar.gz (497 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 497.4/497.4 kB 304.5 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting urllib3==1.26.9 (from -r requirements.txt (line 40)) Downloading urllib3-1.26.9-py2.py3-none-any.whl (138 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/139.0 kB 288.4 MB/s eta 0:00:00 Collecting wrapt==1.14.0 (from -r requirements.txt (line 41)) Downloading wrapt-1.14.0.tar.gz (50 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.8/50.8 kB 235.7 MB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting zipp==3.7.0 (from -r requirements.txt (line 42)) Downloading zipp-3.7.0-py3-none-any.whl (5.3 kB) 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==3.4.* (from -r requirements.txt (line 31)) Downloading sphinx_tabs-3.4.0-py3-none-any.whl (10.0 kB) Building wheels for collected packages: cffi, MarkupSafe, tornado, wrapt Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'done' Created wheel for cffi: filename=cffi-1.15.0-cp311-cp311-linux_x86_64.whl size=444085 sha256=67dbff261275095c39a97285ede92882bee5851146b9e93d8dba8e5bf3c1f9ac Stored in directory: /tmp/pip-ephem-wheel-cache-3b65ale9/wheels/12/f5/09/5baf6dde29553c4804a3ce1adfd4f1815e136fc19644deb92a Building wheel for MarkupSafe (setup.py): started Building wheel for MarkupSafe (setup.py): finished with status 'done' Created wheel for MarkupSafe: filename=MarkupSafe-2.1.1-cp311-cp311-linux_x86_64.whl size=28416 sha256=248c82c83cd40778460a7c0cdabae4c4a209e49640ef0ef35fcd03de0a225589 Stored in directory: /tmp/pip-ephem-wheel-cache-3b65ale9/wheels/f2/8e/9e/4ee907ff6fb9e145722f0506c46ad9516302d1f424b43220e5 Building wheel for tornado (setup.py): started Building wheel for tornado (setup.py): finished with status 'done' Created wheel for tornado: filename=tornado-6.1-cp311-cp311-linux_x86_64.whl size=422037 sha256=9641532d2a1b596cd7d1d8f2de92582339f471fcccd4ab92a06095feb8884184 Stored in directory: /tmp/pip-ephem-wheel-cache-3b65ale9/wheels/f2/59/06/a9c85c7b17ec0fc9b1e2ae0c59e3d39255d5c0a38492e33fea Building wheel for wrapt (setup.py): started Building wheel for wrapt (setup.py): finished with status 'done' Created wheel for wrapt: filename=wrapt-1.14.0-cp311-cp311-linux_x86_64.whl size=77311 sha256=a46157c27caf8ce1401691295d58041b8f6942e3143a1f757d05daa31e1be78a Stored in directory: /tmp/pip-ephem-wheel-cache-3b65ale9/wheels/94/d3/45/0b831f122e9abb8c1ecb375b4e0e91241ba07bbafcf84e8372 Successfully built cffi MarkupSafe tornado wrapt Installing collected packages: pytz, certifi, alabaster, zipp, wrapt, urllib3, tornado, sphinxcontrib-htmlhelp, sphinxcontrib-applehelp, six, pyparsing, PyJWT, Pygments, pycparser, MarkupSafe, imagesize, idna, docutils, colorama, charset-normalizer, Babel, requests, packaging, livereload, Jinja2, importlib-metadata, Deprecated, cffi, Sphinx, PyNaCl, sphinx-tabs, sphinx_substitution_extensions, sphinx-rtd-theme, sphinx-jinja, sphinx-favicon, sphinx-autobuild, PyGithub Attempting uninstall: certifi Found existing installation: certifi 2023.5.7 Uninstalling certifi-2023.5.7: Successfully uninstalled certifi-2023.5.7 Attempting uninstall: alabaster Found existing installation: alabaster 0.7.13 Uninstalling alabaster-0.7.13: Successfully uninstalled alabaster-0.7.13 Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.3 Uninstalling urllib3-2.0.3: Successfully uninstalled urllib3-2.0.3 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.0.1 Uninstalling sphinxcontrib-htmlhelp-2.0.1: Successfully uninstalled sphinxcontrib-htmlhelp-2.0.1 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 1.0.4 Uninstalling sphinxcontrib-applehelp-1.0.4: Successfully uninstalled sphinxcontrib-applehelp-1.0.4 Attempting uninstall: Pygments Found existing installation: Pygments 2.15.1 Uninstalling Pygments-2.15.1: Successfully uninstalled Pygments-2.15.1 Attempting uninstall: MarkupSafe Found existing installation: MarkupSafe 2.1.3 Uninstalling MarkupSafe-2.1.3: Successfully uninstalled MarkupSafe-2.1.3 Attempting uninstall: imagesize Found existing installation: imagesize 1.4.1 Uninstalling imagesize-1.4.1: Successfully uninstalled imagesize-1.4.1 Attempting uninstall: idna Found existing installation: idna 3.4 Uninstalling idna-3.4: Successfully uninstalled idna-3.4 Attempting uninstall: docutils Found existing installation: docutils 0.18.1 Uninstalling docutils-0.18.1: Successfully uninstalled docutils-0.18.1 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.1.0 Uninstalling charset-normalizer-3.1.0: Successfully uninstalled charset-normalizer-3.1.0 Attempting uninstall: Babel Found existing installation: Babel 2.12.1 Uninstalling Babel-2.12.1: Successfully uninstalled Babel-2.12.1 Attempting uninstall: requests Found existing installation: requests 2.31.0 Uninstalling requests-2.31.0: Successfully uninstalled requests-2.31.0 Attempting uninstall: packaging Found existing installation: packaging 23.1 Uninstalling packaging-23.1: Successfully uninstalled packaging-23.1 Attempting uninstall: Jinja2 Found existing installation: Jinja2 3.1.2 Uninstalling Jinja2-3.1.2: Successfully uninstalled Jinja2-3.1.2 Attempting uninstall: Sphinx Found existing installation: Sphinx 6.2.1 Uninstalling Sphinx-6.2.1: Successfully uninstalled Sphinx-6.2.1 Attempting uninstall: sphinx-rtd-theme Found existing installation: sphinx-rtd-theme 1.2.2 Uninstalling sphinx-rtd-theme-1.2.2: Successfully uninstalled sphinx-rtd-theme-1.2.2 Successfully installed Babel-2.9.1 Deprecated-1.2.13 Jinja2-3.0.3 MarkupSafe-2.1.1 PyGithub-1.55 PyJWT-2.4.0 PyNaCl-1.5.0 Pygments-2.11.2 Sphinx-4.4.0 alabaster-0.7.12 certifi-2021.10.8 cffi-1.15.0 charset-normalizer-2.0.12 colorama-0.4.4 docutils-0.17.1 idna-3.3 imagesize-1.3.0 importlib-metadata-4.11.3 livereload-2.6.3 packaging-21.3 pycparser-2.21 pyparsing-3.0.7 pytz-2021.3 requests-2.27.1 six-1.16.0 sphinx-autobuild-2021.3.14 sphinx-favicon-1.0.1 sphinx-jinja-2.0.2 sphinx-rtd-theme-1.0.0 sphinx-tabs-3.4.0 sphinx_substitution_extensions-2022.2.16 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 tornado-6.1 urllib3-1.26.9 wrapt-1.14.0 zipp-3.7.0 [rtd-command-info] start-time: 2023-07-04T09:28:20.637637Z, end-time: 2023-07-04T09:28:20.704413Z, duration: 0, exit-code: 0 cat source/conf.py # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- 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('.')) from get_rst_files import get_files # -- Project information ----------------------------------------------------- project = "Eumetsat" copyright = "2022, CloudFerro" author = "CloudFerro" # The full version, including alpha/beta/rc tags release = "0.0.1" def setup(app): app.add_config_value('brand_name', '', True) app.add_config_value('cloud_name', '', True) # -- General configuration --------------------------------------------------- # 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_substitution_extensions', 'sphinx.ext.ifconfig','sphinx_jinja', 'sphinx_tabs.tabs','sphinx_favicon',] rst_prolog = """ .. |brand-name| replace:: Eumetsat Elasticity .. |brand-name-full| replace:: Eumetsat Elasticity .. |brand-name-hyphen| replace:: Eumetsat-Elasticity .. |brand-name-site-link| replace:: https://horizon.cloudferro.com/auth/login/?next=/ .. |brand-name-site-auth-link| replace:: https://eumetsat.cloudferro.com/ .. |cloud-name| replace:: WAW3-1 .. include:: """ brand_name = 'Eumetsat Elasticity' cloud_name = 'WAW3-1' # Ima # Images that change from brand to brand jinja_contexts = { 'image_names': {'register': 'register_eumetsat.png', 'create': 'create_account_eumetsat.png', 'registered': 'registration_successful_eumetsat.png'}, 'forgotten_password_names': { 'enter_email': 'forgot_your_password_eumetsat.png', 'email_message': 'email_message_eumetsat.png', 'enter_new_password': 'enter_new_password_eumetsat.png' }, 'accounts_and_projects_management': { 'acc_01': 'acc_01_eumetsat.png', }, 'contracts_and_wallets': { 'contracts_wallets': 'wallets_contracts_eumetsat.png', }, 'editing_profiles': { 'editing_profile': 'editing_profile_eumetsat.png', }, 'inviting_new_user': { 'inv_01': 'inv_01_eumetsat.png', 'inv_02': 'inv_02_eumetsat.png', }, 'removing_user': { 'users_roles_01': 'inv_01_eumetsat.png', }, 'users_roles': { 'users_roles': 'users_roles_eumetsat.png', }, 'services': { 'services': 'services_eumetsat.png', }, 'adding_editing_organizations': { 'org_01': 'register_organization_eumetsat.png', }, 'login_vm': { 'login': 'login_eumetsat.png', }, 's3_login': { 's3_login': 's3.waw3-1.cloudferro.com', }, 'openstack_domain': { 'openstack_domain': 'domain_eumetsat.png', }, 'cloud_name': { 'cloud_name': 'WAW3-1', }, 'template_created': { 'template_created': 'new_template2.png', }, 'eodata_endpoint': { 'eodata_endpoint': 'data.cloudferro.com', }, 'remote_transfer_for_eodata': { 'remote_transfer_for_eodata': 's3.cloudferro.com', }, 'create_windows_wm_server': { 'ww1': 'ww1_eumetsat.png', 'ww2': 'ww2_eumetsat.png', 'access_option' : 'Eumetsat Elasticity', }, 'help_desk_and_support': { 'tickets': 'tickets_eumetsat.png', 'add_ticket': 'add_ticket_eumetsat.png', }, 'dual_factor_authentication': { 'eefa_qr_screen': 'eefa_qr_screen_eumetsat.png', 'eefa_start': 'eefa_start_eumetsat.png', 'eefa_sign_regular': 'eefa_sign_regular_eumetsat.png', 'eefa_mobile_auth_setup': 'eefa_mobile_auth_setup_eumetsat.png', 'eefa_normal-Login': 'eefa_normal-Login_eumetsat.png', 'eefa_sign_regular': 'eefa_sign_regular_eumetsat.png', 'eefa_restart_login': 'eefa_restart_login_eumetsat.png', 'eefa_restart_code': 'eefa_restart_code_eumetsat.png', 'eefa_828966': 'eefa_828966_eumetsat.png', 'eefa_logged_in': 'eefa_logged_in_eumetsat.png', }, 'brand_names': { 'brand_name': 'Eumetsat Elasticity', 'brand_name_hyphen': 'Eumetsat-Elasticity' , 'brand_name_site_link': 'https://horizon.cloudferro.com/auth/login/?next=/', 'brand_name_site_auth_link': 'https://eumetsat.cloudferro.com/', 'brand_name_cloud': 'Eumetsat-Elasticity-WAW3-1', 'waw3-1': '-WAW3-1', 'datavolume': 'datavolume', 'openstack': 'openstack', 'openstackcli': 'openstackcli', 'eodata': 'eodata', 'gettingstarted': 'gettingstarted', 'general': 'general', 's3': 's3', 'sfs': 'sfs', 'versions': 'versions', 'vgpu': 'vgpu', 'kubernetes': 'kubernetes', 'networking': 'networking', 'windows': 'windows', 'security': 'security', }, } # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] # 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 = [] urls_dict = get_files( { "gettingstarted": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/gettingstarted", "https://github.com/CloudFerro/waw3-1-kubernetes-test/blob/main/source/gettingstarted/Dual-Factor-Authentication-for-Eumetsat-Elasticity-Site", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Using-KeePassXC-for-Two-Factor-Authentication-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Registration-And-Account", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Accounts-and-Projects-Management", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Forgotten-Password", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Privacy-Policy", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Adding-Editing-Organizations", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Contracts-Wallets", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Editing-Profile", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Inviting-New-User", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Removing-User-From-Organization", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Services", "https://github.com/CloudFerro/cf3-doc/blob/main/source/gettingstarted/Users-Roles", "https://github.com/CloudFerro/waw3-1-kubernetes-test/blob/main/source/gettingstarted/Help-Desk-And-Support", ], "kubernetes": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/kubernetes", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-to-Create-a-Kubernetes-Cluster-Using-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-to-Create-a-Kubernetes-Cluster-Template-Using-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-Eumetsat-Elasticity-Horizon", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Access-Kubernetes-Cluster-Post-Deployment-Using-Kubectl-On-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Using-Dashboard-To-Access-Kubernetes-Cluster-Post-Deployment-On-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Create-API-Server-LoadBalancer-for-Kubernetes-Cluster-On-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Creating-Additional-Nodegroups-in-Kubernetes-Cluster-on-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Autoscaling-Kubernetes-Cluster-Resources-on-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Volume-based-vs-Ephemeral-based-Storage-for-Kubernetes-Clusters-on-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Backup-of-Kubernetes-Cluster-using-Velero", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Persistent-Volumes-and-Persistent-Volume-Claims-on-Eumetsat-Elasticity-WAW3-1-Server", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-to-install-Cilium-Network-Driver-for-Kubernetes-Clusters-on-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Using-Kubernetes-Ingress-on-Eumetsat-Elasticity-WAW3-1-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Deploying-Helm-Charts-on-Magnum-Kubernetes-Clusters-on-Eumetsat-Elasticity-WAW3-1-Cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Deploying-HTTPS-Services-on-Magnum-Kubernetes-in-Eumetsat-Elasticity-WAW3-1-Cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Deploying-Helm-Charts-on-Magnum-Kubernetes-Clusters-on-Eumetsat-Elasticity-WAW3-1-Cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Installing-HashiCorp-Vault-on-Eumetsat-Elasticity-WAW3-1-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Installing-JupyterHub-on-Magnum-Kubernetes-cluster-in-Eumetsat-Elasticity-WAW3-1-cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Keystone-based-Authentication-and-Authorization-for-Kubernetes-Clusters-on-Eumetsat-Elasticity-OpenStack-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Install-and-run-Argo-Workflows-on-Eumetsat-Elasticity-WAW3-1-Magnum-Kubernetes", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Installing-HashiCorp-Vault-on-Eumetsat-Elasticity-WAW3-1-Magnum", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/HTTP-Request-based-Autoscaling-on-K8S-using-Prometheus-and-Keda-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Default-Kubernetes-cluster-templates-in-Eumetsat-Elasticity-Cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Accessing-EODATA-from-Kubernetes-pods-in-Eumetsat-Elasticity-WAW3-1-cloud-using-boto3", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Create-and-access-NFS-server-from-Kubernetes-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Deploy-Keycloak-on-Kubernetes-with-a-sample-app-on-Eumetsat-Elasticity", ], "cuttingedge": [ "https://github.com/CloudFerro/cf3-doc/tree/main/source/cuttingedge", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Install-TensorFlow-on-Docker-Running-on-Eumetsat-Elasticity-WAW3-1-vGPU-Virtual-Machine", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Sample-Deep-Learning-Workflow-Using-TensorFlow-Running-on-Docker-Installed-on-Eumetsat-Elasticity-WAW3-1-vGPU-Virtual-Machine", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Install-TensorFlow-on-WAW3-1-vGPU-enabled-VM-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Sample-Deep-Learning-workflow-using-WAW3-1-vGPU-and-EO-DATA-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Sample-SLURM-Cluster-on-Eumetsat-Elasticity-WAW3-1-Cloud-with-ElastiCluster", "https://github.com/CloudFerro/cf3-doc/blob/main/source/cuttingedge/Sample-Workflow-Running-EO-Processing-MPI-jobs-on-a-SLURM-cluster-on-Eumetsat-Elasticity-WAW3-1-Cloud", ], "datavolume": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/datavolume", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-attach-a-volume-to-VM-less-than-2TB-on-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-export-a-volume-over-NFS-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-export-a-volume-over-NFS-outside-of-a-project-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-extend-the-volume-in-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-many-objects-can-I-put-into-Object-Storage-container-bucket-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-mount-Network-Drive-over-SSH-in-Windows-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-mount-object-storage-in-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-move-a-data-volume-between-VMs-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-to-create-volume-Snapshot-and-attach-as-Volume-on-Linux-or-Windows-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/Volume-snapshot-inheritance-and-its-consequences-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-To-Create-Backup-Of-Your-Volume-From-Windows-Machine-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/datavolume/How-To-Attach-Volume-To-Windows-VM-On-Eumetsat-Elasticity", ], "general": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/general", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-access-the-VM-from-OpenStack-console-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-clone-existing-and-configured-VMs-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-fix-unresponsive-console-issue-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-generate-ec2-credentials-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-generate-or-use-Application-Credentials-via-CLI-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-use-GUI-in-Linux-VM-on-Eumetsat-Elasticity-and-access-it-from-local-Linux-computer", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-To-Create-a-New-Linux-VM-With-NVIDIA-Virtual-GPU-in-the-OpenStack-Dashboard-Horizon-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-use-Docker-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-use-Security-Groups-in-Horizon-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-create-key-pair-in-OpenStack-Dashboard-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-create-new-Linux-VM-in-OpenStack-Dashboard-Horizon-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-start-a-VM-from-a-snapshot-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/Status-Power-State-and-dependences-in-billing-of-instances-VMs-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-upload-your-custom-image-using-OpenStack-CLI-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/VM-created-with-option-Create-New-Volume-No-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/VM-created-with-option-Create-New-Volume-Yes-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/What-is-an-OpenStack-domain-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/What-is-an-OpenStack-project-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/DNS-as-a-Service-on-Eumetsat-Elasticity-WAW3-1-Hosting", "https://github.com/CloudFerro/cf3-doc/blob/main/source/general/What-Image-Formats-are-available-in-OpenStack-Eumetsat-Elasticity-Cloud", ], "networking": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/networking", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-can-I-access-my-VMs-using-names-instead-of-IP-addresses-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-Add-or-Remove-Floating-IP’s-to-your-VM-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/Cannot-access-VM-with-SSH-or-PING-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/Cannot-ping-VM-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-connect-to-your-virtual-machine-via-SSH-in-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-create-a-network-with-router-in-Horizon-Dashboard-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-can-I-open-new-ports-port-80-for-http-for-my-service-or-instance-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/Generating-a-SSH-keypair-in-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-add-SSH-key-from-Horizon-web-console-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-is-my-VM-visible-in-the-internet-with-no-Floating-IP-attached-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-run-and-configure-Firewall-as-a-service-and-VPN-as-a-service-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/How-to-Import-SSH-Public-Key-to-OpenStack-Horizon-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/networking/Load-Balancer-as-a-Service-User-Documentation-on-Eumetsat-Elasticity-WAW3-1-Cloud", ], "openstackcli": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/openstackcli", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-backup-an-instance-and-download-it-to-the-desktop-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-To-Create-and-Configure-New-Project-on-Eumetsat-Elasticity-WAW3-1-Cloud", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-install-OpenStackClient-for-Linux-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-share-private-container-from-object-storage-to-another-user-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/openstackcli/How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-Eumetsat-Elasticity-OpenStack-Hosting", ], "s3": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/s3", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/How-to-delete-large-S3-bucket-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/How-to-mount-object-storage-container-as-a-file-system-in-Linux-using-s3fs-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/How-to-use-Object-Storage-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/How-to-access-private-object-storage-using-S3cmd-or-boto3-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/S3FS-Cache-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/Bucket-sharing-using-s3-bucket-policy-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/How-To-Install-boto3-In-Windows-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/s3/Server-Side-Encryption-with-Customer-Managed-Keys-SSE-C-on-Eumetsat-Elasticity", ], "sfs": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/sfs", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Create-A-Local-Horizon-User", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Create-Manila-Network-And-Manila-User-Role", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Enable-Command-Line-Interface-For-Local-Horizon-User", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Install-Shared-File-System-Based-On-Manila-OpenStack", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/How-To-Increase-Security-For-Shared-File-System-Based-On-Manila-OpenStack", ], "releasenotes": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/releasenotes", "https://github.com/CloudFerro/cf3-doc/blob/main/source/releasenotes/Kubernetes-Magnum-Release-Notes-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/releasenotes/OpenStack-Release-Notes-on-Eumetsat-Elasticity", ], "windows": [ "https://github.com/CloudFerro/waw3-1-kubernetes-test/tree/main/source/windows", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/How-to-access-a-VM-from-Windows-PuTTY-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/How-to-connect-to-a-virtual-machine-via-SSH-from-Windows-10-Command-Prompt-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/How-To-Create-SSH-Key-Pair-In-Windows-On-Eumetsat-Elasticity", ], } ) html_context = { "display_github": True, "urls_dict": urls_dict, "github_host": "github.com", "github_user": "CloudFerro", "github_repo": "waw3-1-kubernetes-test", "github_version": "main", "conf_py_path": "/source/", "source_suffix": ".rst", } # -- 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" # 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"] favicons = [ {"href": "favicon/favicon-32x32.png"}, # => use `_static/favicon-32x32.png` {"href": "favicon/favicon-16x16.png"}, {"href": "favicon/android-chrome-192x192.png"}, {"href": "favicon/android-chrome-512x512.png"}, { "rel": "favicon/apple-touch-icon.png", "href": "favicon/favicon-16x16.png", }, ] html_logo = "eumetsat_logo.png" highlight_language = "none" html_theme_options = { 'logo_only': True, 'display_version': False, } html_css_files = [ 'css/custom.css', 'cf2_badge.css','css/s4defs-roles.css' ] html_js_files = [ 'js/custom.js' ] ########################################################################### # 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 RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} # This following legacy behavior will gradually be sliced out until its deprecated and removed. # Skipped for Sphinx 6+ # Skipped by internal Feature flag SKIP_SPHINX_HTML_THEME_PATH # Skipped by all new projects since SKIP_SPHINX_HTML_THEME_PATH's introduction (jan 2023) if ( using_rtd_theme and version_info < (6,0) and not False ): theme = importlib.import_module('sphinx_rtd_theme') if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] # Define websupport2_base_url and websupport2_static_url if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://assets.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, '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': 'cloudferro-waw3-1-kubernetes-test', 'name': u'eumetsat.docs.cloudferro.com', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'CloudFerro', 'proxied_api_host': '/_', 'github_repo': 'waw3-1-kubernetes-test', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', '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': '1f510187', } # 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/cloudferro-waw3-1-kubernetes-test/builds/1576955/' 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-07-04T09:28:21.218017Z, end-time: 2023-07-04T09:28:21.868497Z, duration: 0, exit-code: 2 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v4.4.0 Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 340, in eval_config_file exec(code, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/conf.py", line 171, in urls_dict = get_files( ^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/get_rst_files.py", line 84, in get_files repo = gh.get_repo(repo) ^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/MainClass.py", line 330, in get_repo headers, data = self.__requester.requestJsonAndCheck("GET", url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 353, in requestJsonAndCheck return self.__check( ^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 378, in __check raise self.__createException(status, responseHeaders, output) github.GithubException.BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest"} The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/cmd/build.py", line 280, in build_main app = Sphinx(args.sourcedir, args.confdir, args.outputdir, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/application.py", line 209, in __init__ self.config = Config.read(self.confdir, confoverrides or {}, self.tags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 173, in read namespace = eval_config_file(filename, tags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 353, in eval_config_file raise ConfigError(msg % traceback.format_exc()) from exc sphinx.errors.ConfigError: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 340, in eval_config_file exec(code, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/conf.py", line 171, in urls_dict = get_files( ^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/get_rst_files.py", line 84, in get_files repo = gh.get_repo(repo) ^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/MainClass.py", line 330, in get_repo headers, data = self.__requester.requestJsonAndCheck("GET", url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 353, in requestJsonAndCheck return self.__check( ^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 378, in __check raise self.__createException(status, responseHeaders, output) github.GithubException.BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest"} Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/sphinx/config.py", line 340, in eval_config_file exec(code, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/conf.py", line 171, in urls_dict = get_files( ^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/checkouts/latest/source/get_rst_files.py", line 84, in get_files repo = gh.get_repo(repo) ^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/MainClass.py", line 330, in get_repo headers, data = self.__requester.requestJsonAndCheck("GET", url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 353, in requestJsonAndCheck return self.__check( ^^^^^^^^^^^^^ File "/home/docs/checkouts/readthedocs.org/user_builds/cloudferro-waw3-1-kubernetes-test/envs/latest/lib/python3.11/site-packages/github/Requester.py", line 378, in __check raise self.__createException(status, responseHeaders, output) github.GithubException.BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest"}