Read the Docs build information Build id: 2471133 Project: ez-systems-user-documentation Version: 2.2 Commit: 4b5e7ce368beec399205a696ebbb31aa688ba5a7 Date: 2024-09-10T07:58:04.702240Z State: finished Success: True [rtd-command-info] start-time: 2024-09-10T07:58:43.466859Z, end-time: 2024-09-10T07:58:46.341125Z, duration: 2, exit-code: 0 git clone --depth 1 https://github.com/ibexa/documentation-user . Cloning into '.'... [rtd-command-info] start-time: 2024-09-10T07:58:46.406809Z, end-time: 2024-09-10T07:58:47.108540Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/2.2:refs/remotes/origin/2.2 From https://github.com/ibexa/documentation-user * [new branch] 2.2 -> origin/2.2 [rtd-command-info] start-time: 2024-09-10T07:58:47.294976Z, end-time: 2024-09-10T07:58:47.396980Z, duration: 0, exit-code: 0 git checkout --force origin/2.2 Note: switching to 'origin/2.2'. 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 4b5e7ce Added ReadTheDocs configuration (#307) [rtd-command-info] start-time: 2024-09-10T07:58:47.472328Z, end-time: 2024-09-10T07:58:47.534471Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 mkdocs: configuration: mkdocs.yml build: os: ubuntu-20.04 tools: python: "3.6" python: install: - requirements: pip_require.txt - requirements: requirements.txt [rtd-command-info] start-time: 2024-09-10T07:58:51.866933Z, end-time: 2024-09-10T07:58:51.946696Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2024-09-10T07:58:52.436195Z, end-time: 2024-09-10T07:58:53.547558Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 746ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2, 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: 2024-09-10T07:58:53.633277Z, end-time: 2024-09-10T07:59:02.548261Z, duration: 8, 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/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (21.2.3) Collecting pip Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (57.4.0) Collecting setuptools Downloading setuptools-59.6.0-py3-none-any.whl (952 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-21.3.1 setuptools-59.6.0 [rtd-command-info] start-time: 2024-09-10T07:59:02.617580Z, end-time: 2024-09-10T07:59:07.483742Z, duration: 4, exit-code: 0 python -m pip install --upgrade --no-cache-dir mkdocs Collecting mkdocs Downloading mkdocs-1.3.1-py3-none-any.whl (3.7 MB) Collecting pyyaml-env-tag>=0.1 Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB) Collecting Jinja2>=2.10.2 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) Collecting PyYAML>=3.10 Downloading PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677 kB) Collecting watchdog>=2.0 Downloading watchdog-2.3.1-py3-none-manylinux2014_x86_64.whl (80 kB) Collecting importlib-metadata>=4.3 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting packaging>=20.5 Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting Markdown<3.4,>=3.2.1 Downloading Markdown-3.3.7-py3-none-any.whl (97 kB) Collecting ghp-import>=1.0 Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB) Collecting mergedeep>=1.3.4 Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Collecting click>=3.3 Downloading click-8.0.4-py3-none-any.whl (97 kB) Collecting python-dateutil>=2.8.1 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Collecting zipp>=0.5 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB) Collecting six>=1.5 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Installing collected packages: zipp, typing-extensions, six, PyYAML, python-dateutil, pyparsing, MarkupSafe, importlib-metadata, watchdog, pyyaml-env-tag, packaging, mergedeep, Markdown, Jinja2, ghp-import, click, mkdocs Successfully installed Jinja2-3.0.3 Markdown-3.3.7 MarkupSafe-2.0.1 PyYAML-6.0.1 click-8.0.4 ghp-import-2.1.0 importlib-metadata-4.8.3 mergedeep-1.3.4 mkdocs-1.3.1 packaging-21.3 pyparsing-3.1.4 python-dateutil-2.9.0.post0 pyyaml-env-tag-0.1 six-1.16.0 typing-extensions-4.1.1 watchdog-2.3.1 zipp-3.6.0 [rtd-command-info] start-time: 2024-09-10T07:59:07.544889Z, end-time: 2024-09-10T07:59:09.447035Z, duration: 1, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r pip_require.txt Requirement already satisfied: pip==21.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from -r pip_require.txt (line 1)) (21.3.1) [rtd-command-info] start-time: 2024-09-10T07:59:09.521335Z, end-time: 2024-09-10T07:59:13.649625Z, duration: 4, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting mkdocs<0.17,>=0.16 Downloading mkdocs-0.16.3-py2.py3-none-any.whl (1.2 MB) Collecting Markdown<3.0,>=2.6.11 Downloading Markdown-2.6.11-py2.py3-none-any.whl (78 kB) Collecting pygments>=2.2 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting pymdown-extensions<6.0,>=4.10 Downloading pymdown_extensions-5.0-py2.py3-none-any.whl (206 kB) Collecting livereload>=2.5.1 Downloading livereload-2.6.3-py2.py3-none-any.whl (24 kB) Requirement already satisfied: click>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (8.0.4) Requirement already satisfied: PyYAML>=3.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (6.0.1) Collecting tornado>=4.1 Downloading tornado-6.1-cp36-cp36m-manylinux2010_x86_64.whl (427 kB) Requirement already satisfied: Jinja2>=2.7.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (3.0.3) Requirement already satisfied: importlib-metadata in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from click>=3.3->mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (4.8.3) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from Jinja2>=2.7.1->mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (2.0.1) Requirement already satisfied: six in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from livereload>=2.5.1->mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (1.16.0) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from importlib-metadata->click>=3.3->mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (3.6.0) Requirement already satisfied: typing-extensions>=3.6.4 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.2/lib/python3.6/site-packages (from importlib-metadata->click>=3.3->mkdocs<0.17,>=0.16->-r requirements.txt (line 1)) (4.1.1) Installing collected packages: tornado, Markdown, livereload, pymdown-extensions, pygments, mkdocs Attempting uninstall: Markdown Found existing installation: Markdown 3.3.7 Uninstalling Markdown-3.3.7: Successfully uninstalled Markdown-3.3.7 Attempting uninstall: mkdocs Found existing installation: mkdocs 1.3.1 Uninstalling mkdocs-1.3.1: Successfully uninstalled mkdocs-1.3.1 Successfully installed Markdown-2.6.11 livereload-2.6.3 mkdocs-0.16.3 pygments-2.14.0 pymdown-extensions-5.0 tornado-6.1 [rtd-command-info] start-time: 2024-09-10T07:59:13.802506Z, end-time: 2024-09-10T07:59:13.869914Z, duration: 0, exit-code: 0 cat mkdocs.yml site_name: eZ Platform User Documentation repo_url: https://github.com/ezsystems/user-documentation copyright: "Copyright 1999-2019 eZ Systems AS and others" site_favicon: img/favicon.ico pages: - 'Documentation': 'index.md' - 'Getting started': 'getting_started.md' - 'Content model': 'content_model.md' - 'Creating content, basic': 'creating_content_basic.md' - 'Organizing the content': 'organizing_the_content.md' - 'Publishing': 'publishing.md' - 'Creating content, advanced': 'creating_content_advanced.md' - 'Organizing the site': 'organizing_the_site.md' - 'Searching': 'search.md' - 'FAQ': 'faq.md' #theme: material theme_dir: material extra_css: [fonts/MavenPro.css, css/custom.css] extra_javascript: [js/jquery.min.js, js/custom.js] markdown_extensions: - markdown.extensions.admonition - markdown.extensions.codehilite(guess_lang=false) - markdown.extensions.def_list - markdown.extensions.footnotes - markdown.extensions.meta - markdown.extensions.toc(permalink=true) - pymdownx.arithmatex - pymdownx.betterem(smart_enable=all) - pymdownx.caret - pymdownx.critic - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tasklist(custom_checkbox=true) - pymdownx.tilde #extra: # font: # text: 'Maven Pro' [rtd-command-info] start-time: 2024-09-10T07:59:13.960181Z, end-time: 2024-09-10T07:59:14.897591Z, duration: 0, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/2.2/_readthedocs/html WARNING - The page "creating_content_basic.md" contained a hyperlink to "publishing/publishing.md" which is not listed in the "pages" configuration.