Read the Docs build information Build id: 1695394 Project: cloudferro-waw3-1-kubernetes-test Version: latest Commit: 4966d9d807afc60e4dfac836e8083fcd95cedea7 Date: 2023-08-31T16:23:43.279322Z State: cancelled Success: False [rtd-command-info] start-time: 2023-08-31T16:23:50.340929Z, end-time: 2023-08-31T16:23:55.570603Z, duration: 5, exit-code: 0 git clone --depth 1 git@github.com:CloudFerro/waw3-1-kubernetes-test.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-08-31T16:23:56.085452Z, end-time: 2023-08-31T16:23:57.254607Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-08-31T16:23:57.869873Z, end-time: 2023-08-31T16:23:57.977219Z, 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 4966d9d Three Kubernetes articles [rtd-command-info] start-time: 2023-08-31T16:23:58.455312Z, end-time: 2023-08-31T16:23:58.518801Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-08-31T16:23:58.995137Z, end-time: 2023-08-31T16:23:59.052658Z, 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-08-31T16:24:07.680919Z, end-time: 2023-08-31T16:24:07.765370Z, duration: 0, exit-code: 0 asdf global python 3.11.4 [rtd-command-info] start-time: 2023-08-31T16:24:08.866712Z, end-time: 2023-08-31T16:24:09.892002Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.4.final.0-64 in 663ms 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-08-31T16:24:10.797461Z, end-time: 2023-08-31T16:24:23.823984Z, duration: 13, 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.2.1-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.1.2-py3-none-any.whl (805 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-23.2.1 setuptools-68.1.2 [rtd-command-info] start-time: 2023-08-31T16:24:24.328596Z, end-time: 2023-08-31T16:24:34.134805Z, duration: 9, 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 Obtaining dependency information for pillow from https://files.pythonhosted.org/packages/16/89/818fa238e37a47a29bb8495ca2cafdd514599a89f19ada7916348a74b5f9/Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata Downloading Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 861.9/861.9 kB 10.3 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 144.8 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 Obtaining dependency information for sphinx from https://files.pythonhosted.org/packages/a6/54/f4fcf7113eb051a46476ecce9485c463f58dbc3887c06dbfe1e67a8ce7c0/sphinx-7.2.5-py3-none-any.whl.metadata Downloading sphinx-7.2.5-py3-none-any.whl.metadata (5.9 kB) Collecting sphinx-rtd-theme Obtaining dependency information for sphinx-rtd-theme from https://files.pythonhosted.org/packages/18/01/76f40a18e9209bb098c1c1313c823dbbd001b23a2db71e7fd4eb5a48559c/sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting readthedocs-sphinx-ext<2.3 Obtaining dependency information for readthedocs-sphinx-ext<2.3 from https://files.pythonhosted.org/packages/8c/f1/3d783ebfc084a9d556123d54669116101760e5e0dbb894b006745bcb59ea/readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl.metadata (1.5 kB) Collecting docutils>=0.11 (from recommonmark==0.5.0) Obtaining dependency information for docutils>=0.11 from https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2a1a771a0cc73277b88bff23d3ae35a256c1/docutils-0.20.1-py3-none-any.whl.metadata Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting sphinxcontrib-applehelp (from sphinx) Obtaining dependency information for sphinxcontrib-applehelp from https://files.pythonhosted.org/packages/c0/0c/261c0949083c0ac635853528bb0070c89e927841d4e533ba0b5563365c06/sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Obtaining dependency information for sphinxcontrib-devhelp from https://files.pythonhosted.org/packages/c0/03/010ac733ec7b7f71c1dc88e7115743ee466560d6d85373b56fb9916e4586/sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata 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) Obtaining dependency information for sphinxcontrib-htmlhelp>=2.0.0 from https://files.pythonhosted.org/packages/28/7a/958f8e3e6abe8219d0d1f1224886de847ab227b218f4a07b61bc337f64be/sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Obtaining dependency information for sphinxcontrib-serializinghtml>=1.1.9 from https://files.pythonhosted.org/packages/95/d6/2e0bda62b2a808070ac922d21a950aa2cb5e4fcfb87e5ff5f86bc43a2201/sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Obtaining dependency information for sphinxcontrib-qthelp from https://files.pythonhosted.org/packages/1f/e5/1850f3f118e95581c1e30b57028ac979badee1eb29e70ee72b0241f5a185/sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata 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 17.5 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Obtaining dependency information for Pygments>=2.14 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 40.0 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 40.9 MB/s eta 0:00:00 Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Obtaining dependency information for requests>=2.25.0 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.1-py3-none-any.whl (48 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 220.4 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 175.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 266.2 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Obtaining dependency information for MarkupSafe>=2.0 from https://files.pythonhosted.org/packages/fe/21/2eff1de472ca6c99ec3993eab11308787b9879af9ca8bbceb4868cf4f2ca/MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 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) Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/bc/85/ef25d4ba14c7653c3020a1c6e1a7413e6791ef36a0ac177efa605fc2c737/charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) 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 241.0 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/9b/81/62fd61001fa4b9d0df6e31d47ff49cfa9de4af03adecf339c7bc30656b37/urllib3-2.0.4-py3-none-any.whl.metadata Downloading urllib3-2.0.4-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 93.2 MB/s eta 0:00:00 Downloading sphinx-7.2.5-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 131.2 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 163.7 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.2-py2.py3-none-any.whl (11 kB) Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 198.6 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 226.8 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 250.3 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 235.2 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 254.6 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 238.3 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 250.4 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 256.3 MB/s eta 0:00:00 Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 248.0 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.0.4-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 245.0 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=f60a74d1cac23ec4702bc06e18ece08b1b58d82eed4170b826ce73d2ba8352fc Stored in directory: /tmp/pip-ephem-wheel-cache-fkrnwtg8/wheels/80/c2/c8/630c9eb889f0be0202cb11bf30b47aa54bf7588e8d50b70005 Successfully built mock Installing collected packages: snowballstemmer, mock, commonmark, urllib3, sphinxcontrib-jsmath, Pygments, pillow, 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, sphinxcontrib-jquery, sphinx-rtd-theme, recommonmark Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.12.1 certifi-2023.7.22 charset-normalizer-3.2.0 commonmark-0.9.1 docutils-0.18.1 idna-3.4 imagesize-1.4.1 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-7.2.5 sphinx-rtd-theme-1.3.0 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jquery-4.1 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.0.4 [rtd-command-info] start-time: 2023-08-31T16:24:34.615077Z, end-time: 2023-08-31T16:24:52.410145Z, duration: 17, 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 22.5 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 257.1 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 70.6 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 64.6 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 261.5 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 274.5 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 223.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 273.2 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 104.9 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 62.9 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 76.5 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 268.7 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 128.1 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 251.0 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 81.2 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 98.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 277.9 MB/s eta 0:00:00 Collecting sphinxcontrib-devhelp==1.0.2 (from -r requirements.txt (line 34)) Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 265.2 MB/s eta 0:00:00 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 270.6 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) Collecting sphinxcontrib-qthelp==1.0.3 (from -r requirements.txt (line 37)) Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 272.4 MB/s eta 0:00:00 Collecting sphinxcontrib-serializinghtml==1.1.5 (from -r requirements.txt (line 38)) Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 265.1 MB/s eta 0:00:00 Collecting tornado==6.1 (from -r requirements.txt (line 39)) Downloading tornado-6.1.tar.gz (497 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 497.4/497.4 kB 219.8 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 248.7 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 243.0 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=444083 sha256=e91ce44702103ee6096a6c7be973e8d8379b15523845b828f705553a6c4de7b6 Stored in directory: /tmp/pip-ephem-wheel-cache-95ol0odw/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=28417 sha256=1ba51adb1f4d82b482e9097db266d3c860b584e152b53f106d136e6cf53cc1c6 Stored in directory: /tmp/pip-ephem-wheel-cache-95ol0odw/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=422034 sha256=3abd1e52864d9f9d600ae2cd63958aca66c416b476b1eb5b3b3cca026b4fde59 Stored in directory: /tmp/pip-ephem-wheel-cache-95ol0odw/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=b31989877eaeb8f2c4f2e53af3793c0230c26def49633559f550104361d45827 Stored in directory: /tmp/pip-ephem-wheel-cache-95ol0odw/wheels/94/d3/45/0b831f122e9abb8c1ecb375b4e0e91241ba07bbafcf84e8372 Successfully built cffi MarkupSafe tornado wrapt Installing collected packages: pytz, certifi, alabaster, zipp, wrapt, urllib3, tornado, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, 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.7.22 Uninstalling certifi-2023.7.22: Successfully uninstalled certifi-2023.7.22 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.4 Uninstalling urllib3-2.0.4: Successfully uninstalled urllib3-2.0.4 Attempting uninstall: sphinxcontrib-serializinghtml Found existing installation: sphinxcontrib-serializinghtml 1.1.9 Uninstalling sphinxcontrib-serializinghtml-1.1.9: Successfully uninstalled sphinxcontrib-serializinghtml-1.1.9 Attempting uninstall: sphinxcontrib-qthelp Found existing installation: sphinxcontrib-qthelp 1.0.6 Uninstalling sphinxcontrib-qthelp-1.0.6: Successfully uninstalled sphinxcontrib-qthelp-1.0.6 Attempting uninstall: sphinxcontrib-htmlhelp Found existing installation: sphinxcontrib-htmlhelp 2.0.4 Uninstalling sphinxcontrib-htmlhelp-2.0.4: Successfully uninstalled sphinxcontrib-htmlhelp-2.0.4 Attempting uninstall: sphinxcontrib-devhelp Found existing installation: sphinxcontrib-devhelp 1.0.5 Uninstalling sphinxcontrib-devhelp-1.0.5: Successfully uninstalled sphinxcontrib-devhelp-1.0.5 Attempting uninstall: sphinxcontrib-applehelp Found existing installation: sphinxcontrib-applehelp 1.0.7 Uninstalling sphinxcontrib-applehelp-1.0.7: Successfully uninstalled sphinxcontrib-applehelp-1.0.7 Attempting uninstall: Pygments Found existing installation: Pygments 2.16.1 Uninstalling Pygments-2.16.1: Successfully uninstalled Pygments-2.16.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.2.0 Uninstalling charset-normalizer-3.2.0: Successfully uninstalled charset-normalizer-3.2.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 7.2.5 Uninstalling Sphinx-7.2.5: Successfully uninstalled Sphinx-7.2.5 Attempting uninstall: sphinx-rtd-theme Found existing installation: sphinx-rtd-theme 1.3.0 Uninstalling sphinx-rtd-theme-1.3.0: Successfully uninstalled sphinx-rtd-theme-1.3.0 Successfully installed 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-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 tornado-6.1 urllib3-1.26.9 wrapt-1.14.0 zipp-3.7.0 [rtd-command-info] start-time: 2023-08-31T16:24:58.783332Z, end-time: 2023-08-31T16:24:58.841307Z, 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 .. |brand-name-support-en| replace:: https://www.eumetsat.int/contact-us .. |brand-name-support-de| replace:: https://www.eumetsat.int/contact-us .. 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', }, 'service_organization': { 'login': 'requeste_2.jpg', }, 'request_resources': { 'login': 'requeste_3.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-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/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", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Install-and-run-Dask-on-a-Kubernetes-cluster-in-Eumetsat-Elasticity-cloud", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Install-and-run-NooBaa-on-Kubernetes-cluster-in-single-and-multicloud-environment-on-Eumetsat-Elasticity", "https://github.com/CloudFerro/kubernetes-doc/blob/main/source/Private-container-registries-with-Harbor-on-Eumetsat-Elasticity-Kubernetes", ], "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", "https://github.com/CloudFerro/cf3-doc/blob/main/source/windows/Can-I-change-my-password-through-RDP-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", '_static/include'] 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') # 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': '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': '4966d9d8', } # 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/1695394/' 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'])