Read the Docs build information Build id: 2471629 Project: ez-systems-user-documentation Version: 3.0 Commit: 47d447e617ddec23d9a438cd7351c5012a1fa515 Date: 2024-09-10T12:24:18.732388Z State: finished Success: True [rtd-command-info] start-time: 2024-09-10T12:24:19.841689Z, end-time: 2024-09-10T12:24:21.699460Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/ibexa/documentation-user . Cloning into '.'... [rtd-command-info] start-time: 2024-09-10T12:24:21.779612Z, end-time: 2024-09-10T12:24:22.618055Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/3.0:refs/remotes/origin/3.0 From https://github.com/ibexa/documentation-user * [new branch] 3.0 -> origin/3.0 [rtd-command-info] start-time: 2024-09-10T12:24:22.741904Z, end-time: 2024-09-10T12:24:22.864282Z, duration: 0, exit-code: 0 git checkout --force origin/3.0 Note: switching to 'origin/3.0'. 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 47d447e Bumped requirements [rtd-command-info] start-time: 2024-09-10T12:24:22.938101Z, end-time: 2024-09-10T12:24:23.001442Z, 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-10T12:24:27.359888Z, end-time: 2024-09-10T12:24:27.439446Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2024-09-10T12:24:27.905358Z, end-time: 2024-09-10T12:24:29.027943Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 770ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0, 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-10T12:24:29.112581Z, end-time: 2024-09-10T12:24:37.303774Z, 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/3.0/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/3.0/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-10T12:24:37.377636Z, end-time: 2024-09-10T12:24:41.133053Z, duration: 3, 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>=3.10 Downloading PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677 kB) Collecting pyyaml-env-tag>=0.1 Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 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 Jinja2>=2.10.2 Downloading Jinja2-3.0.3-py3-none-any.whl (133 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 importlib-metadata>=4.3 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting click>=3.3 Downloading click-8.0.4-py3-none-any.whl (97 kB) Collecting watchdog>=2.0 Downloading watchdog-2.3.1-py3-none-manylinux2014_x86_64.whl (80 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-10T12:24:41.197123Z, end-time: 2024-09-10T12:24:42.112977Z, duration: 0, 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/3.0/lib/python3.6/site-packages (from -r pip_require.txt (line 1)) (21.3.1) [rtd-command-info] start-time: 2024-09-10T12:24:42.206137Z, end-time: 2024-09-10T12:24:48.541655Z, duration: 6, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting mkdocs==1.2.3 Downloading mkdocs-1.2.3-py3-none-any.whl (6.4 MB) Collecting Pygments==2.10.0 Downloading Pygments-2.10.0-py3-none-any.whl (1.0 MB) Collecting pymdown-extensions==9.1 Downloading pymdown_extensions-9.1-py3-none-any.whl (215 kB) Collecting Markdown==3.2.1 Downloading Markdown-3.2.1-py2.py3-none-any.whl (88 kB) Collecting mkdocs-material==7.3.6 Downloading mkdocs_material-7.3.6-py2.py3-none-any.whl (4.5 MB) Collecting mkdocs-macros-plugin==0.6.0 Downloading mkdocs_macros_plugin-0.6.0-py3-none-any.whl (19 kB) Collecting Jinja2==3.0.2 Downloading Jinja2-3.0.2-py3-none-any.whl (133 kB) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (21.3) Requirement already satisfied: mergedeep>=1.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (1.3.4) Requirement already satisfied: watchdog>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (2.3.1) Requirement already satisfied: PyYAML>=3.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (6.0.1) Requirement already satisfied: pyyaml-env-tag>=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (0.1) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (2.1.0) Requirement already satisfied: importlib-metadata>=3.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (4.8.3) Requirement already satisfied: click>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs==1.2.3->-r requirements.txt (line 1)) (8.0.4) Requirement already satisfied: setuptools>=36 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from Markdown==3.2.1->-r requirements.txt (line 4)) (59.6.0) Collecting mkdocs-material-extensions>=1.0 Downloading mkdocs_material_extensions-1.0.3-py3-none-any.whl (8.1 kB) Requirement already satisfied: python-dateutil in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from mkdocs-macros-plugin==0.6.0->-r requirements.txt (line 6)) (2.9.0.post0) Collecting termcolor Downloading termcolor-1.1.0.tar.gz (3.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from Jinja2==3.0.2->-r requirements.txt (line 7)) (2.0.1) Requirement already satisfied: typing-extensions>=3.6.4 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from importlib-metadata>=3.10->mkdocs==1.2.3->-r requirements.txt (line 1)) (4.1.1) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from importlib-metadata>=3.10->mkdocs==1.2.3->-r requirements.txt (line 1)) (3.6.0) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from packaging>=20.5->mkdocs==1.2.3->-r requirements.txt (line 1)) (3.1.4) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.0/lib/python3.6/site-packages (from python-dateutil->mkdocs-macros-plugin==0.6.0->-r requirements.txt (line 6)) (1.16.0) Building wheels for collected packages: termcolor Building wheel for termcolor (setup.py): started Building wheel for termcolor (setup.py): finished with status 'done' Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4847 sha256=1c0d9c40870885d87dec3b7edc2069dd48718d8b764fd074cc15f9c01db69749 Stored in directory: /tmp/pip-ephem-wheel-cache-wgsres07/wheels/93/2a/eb/e58dbcbc963549ee4f065ff80a59f274cc7210b6eab962acdc Successfully built termcolor Installing collected packages: Markdown, Jinja2, termcolor, pymdown-extensions, Pygments, mkdocs-material-extensions, mkdocs, mkdocs-material, mkdocs-macros-plugin Attempting uninstall: Markdown Found existing installation: Markdown 3.3.7 Uninstalling Markdown-3.3.7: Successfully uninstalled Markdown-3.3.7 Attempting uninstall: Jinja2 Found existing installation: Jinja2 3.0.3 Uninstalling Jinja2-3.0.3: Successfully uninstalled Jinja2-3.0.3 Attempting uninstall: mkdocs Found existing installation: mkdocs 1.3.1 Uninstalling mkdocs-1.3.1: Successfully uninstalled mkdocs-1.3.1 Successfully installed Jinja2-3.0.2 Markdown-3.2.1 Pygments-2.10.0 mkdocs-1.2.3 mkdocs-macros-plugin-0.6.0 mkdocs-material-7.3.6 mkdocs-material-extensions-1.0.3 pymdown-extensions-9.1 termcolor-1.1.0 [rtd-command-info] start-time: 2024-09-10T12:24:48.695815Z, end-time: 2024-09-10T12:24:48.759098Z, 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-2020 Ibexa and others" nav: - 'eZ Platform User Documentation': 'index.md' - 'Getting started': 'getting_started.md' - 'Content model': 'content_model.md' - 'Creating content – basic': 'creating_content_basic.md' - 'Creating content – advanced': 'creating_content_advanced.md' - 'Publishing': - Publishing Content: 'publishing/publishing.md' - Editorial workflow: 'publishing/editorial_workflow.md' - Advanced publishing options: 'publishing/advanced_publishing_options.md' - 'Organizing': - 'Organizing the site': 'site_organization/organizing_the_site.md' - 'Site Factory': 'site_organization/site_factory.md' - 'Organizing the content': 'site_organization/organizing_the_content.md' - 'Multi-file content management': 'site_organization/multi_file_content_management.md' - 'Working with Page': 'site_organization/working_with_page.md' - 'Searching': 'search.md' - Personalization: - 'Personalization': 'personalization/personalization.md' - 'Use cases': 'personalization/use_cases.md' - 'Dashboard': 'personalization/dashboard.md' - 'Event Types': 'personalization/event_types.md' - 'Content Types': 'personalization/content_types.md' - 'Recommendation models': 'personalization/recommendation_models.md' - 'Filters': 'personalization/filters.md' - 'Scenarios': 'personalization/scenarios.md' - 'Content import': 'personalization/content_import.md' - 'User data import': 'personalization/user_data_import.md' - 'FAQ': 'faq.md' theme: name: null custom_dir: 'material' favicon: 'img/favicon.ico' language: 'en' palette: primary: 'blue grey' accent: 'deep orange' font: false logo: 'images/eZ-Brandmark.png' feature: tabs: false search_index_only: false # theme_dir: material plugins: - search - macros: j2_block_start_string: '[[%' j2_block_end_string: '%]]' j2_variable_start_string: '[[=' j2_variable_end_string: '=]]' extra: version_warning: latest: ['3.2'] previous_lts: ['1.13'] lts: ['2.5'] ft: ['3.0','3.1'] dev: ['master'] append_bootstrap: [] related_docs: - title: 'eZ Platform User Documentation' url: '/projects/userguide' - title: 'eZ Platform Developer Documentation' url: '/' - title: 'eZ Commerce' url: '/projects/ezcommerce' extra_css: - fonts/MavenPro.css - css/custom.css - css/docs.switcher.css - '//cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css' extra_javascript: - js/jquery.min.js - js/custom.js - js/docs.switcher.js - '//cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js' markdown_extensions: - admonition - codehilite: guess_lang: false linenums: true - def_list - footnotes - meta - toc: permalink: true - pymdownx.arithmatex - pymdownx.betterem: smart_enable: all - pymdownx.caret - pymdownx.critic - pymdownx.inlinehilite - pymdownx.highlight: guess_lang: false linenums: true css_class: codehilite extend_pygments_lang: - name: php lang: php options: startinline: true - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tabbed - pymdownx.tasklist: custom_checkbox: true - pymdownx.tilde - pymdownx.details [rtd-command-info] start-time: 2024-09-10T12:24:48.837288Z, end-time: 2024-09-10T12:24:50.351695Z, duration: 1, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml INFO - [macros] - Macros arguments: {'module_name': 'main', 'modules': [], 'include_dir': '', 'include_yaml': [], 'j2_block_start_string': '[[%', 'j2_block_end_string': '%]]', 'j2_variable_start_string': '[[=', 'j2_variable_end_string': '=]]', 'verbose': False} INFO - [macros] - Extra variables (config file): ['version_warning', 'append_bootstrap', 'related_docs'] INFO - [macros] - Extra filters (module): ['pretty'] INFO - [macros] - Found j2 variable 'block_start_string': '[[%' INFO - [macros] - Found j2 variable 'block_end_string': '%]]' INFO - [macros] - Found j2 variable 'variable_start_string': '[[=' INFO - [macros] - Found j2 variable 'variable_end_string': '=]]' INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/3.0/_readthedocs/html WARNING - Documentation file 'creating_content_basic.md' contains a link to 'working_with_page.md' which is not found in the documentation files. WARNING - Documentation file 'getting_started.md' contains a link to 'working_with_page.md' which is not found in the documentation files. WARNING - Documentation file 'getting_started.md' contains a link to 'working_with_page.md' which is not found in the documentation files. WARNING - Documentation file 'site_organization/working_with_page.md' contains a link to 'site_organization/publishing/advanced_publishing_options.md' which is not found in the documentation files. WARNING - Documentation file 'site_organization/working_with_page.md' contains a link to 'site_organization/creating_content_basic.md' which is not found in the documentation files. INFO - Documentation built in 0.91 seconds