Read the Docs build information Build id: 2471190 Project: ez-systems-user-documentation Version: 2.4 Commit: 1efb0457ab3fa14185886cbd1d10862644fba36f Date: 2024-09-10T08:25:45.181236Z State: finished Success: False [rtd-command-info] start-time: 2024-09-10T08:25:46.416791Z, end-time: 2024-09-10T08:25:48.232864Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/ibexa/documentation-user . Cloning into '.'... [rtd-command-info] start-time: 2024-09-10T08:25:48.297611Z, end-time: 2024-09-10T08:25:49.058175Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/2.4:refs/remotes/origin/2.4 From https://github.com/ibexa/documentation-user * [new branch] 2.4 -> origin/2.4 [rtd-command-info] start-time: 2024-09-10T08:25:49.184132Z, end-time: 2024-09-10T08:25:49.281991Z, duration: 0, exit-code: 0 git checkout --force origin/2.4 Note: switching to 'origin/2.4'. 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 1efb045 Added ReadTheDocs configuration (#307) [rtd-command-info] start-time: 2024-09-10T08:25:49.351769Z, end-time: 2024-09-10T08:25:49.406799Z, 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-10T08:25:53.666628Z, end-time: 2024-09-10T08:25:53.734332Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2024-09-10T08:25:54.201009Z, end-time: 2024-09-10T08:25:55.305842Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 768ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4, 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-10T08:25:55.378266Z, end-time: 2024-09-10T08:26:03.723861Z, 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.4/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.4/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-10T08:26:03.801484Z, end-time: 2024-09-10T08:26:07.711114Z, 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 packaging>=20.5 Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting Jinja2>=2.10.2 Downloading Jinja2-3.0.3-py3-none-any.whl (133 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 PyYAML>=3.10 Downloading PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677 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 pyyaml-env-tag>=0.1 Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 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-10T08:26:07.780034Z, end-time: 2024-09-10T08:26:08.712539Z, 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/2.4/lib/python3.6/site-packages (from -r pip_require.txt (line 1)) (21.3.1) [rtd-command-info] start-time: 2024-09-10T08:26:08.795537Z, end-time: 2024-09-10T08:26:14.308359Z, duration: 5, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Requirement already satisfied: mkdocs>=0.17.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (1.3.1) Collecting Pygments>=2.2 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting pymdown-extensions>=3.4 Downloading pymdown_extensions-9.1-py3-none-any.whl (215 kB) Collecting mkdocs-material>=2.7.2 Downloading mkdocs_material-8.2.12-py2.py3-none-any.whl (5.1 MB) Requirement already satisfied: PyYAML>=3.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-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/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (0.1) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-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/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (1.3.4) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (2.1.0) Requirement already satisfied: importlib-metadata>=4.3 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (4.8.3) Requirement already satisfied: watchdog>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (2.3.1) Requirement already satisfied: Jinja2>=2.10.2 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (3.0.3) Requirement already satisfied: Markdown<3.4,>=3.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (3.3.7) Requirement already satisfied: click>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from mkdocs>=0.17.1->-r requirements.txt (line 1)) (8.0.4) Downloading mkdocs_material-8.2.11-py2.py3-none-any.whl (5.1 MB) Collecting Pygments>=2.2 Downloading Pygments-2.11.2-py3-none-any.whl (1.1 MB) Collecting mkdocs-material-extensions>=1.0.3 Downloading mkdocs_material_extensions-1.0.3-py3-none-any.whl (8.1 kB) Requirement already satisfied: python-dateutil>=2.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from ghp-import>=1.0->mkdocs>=0.17.1->-r requirements.txt (line 1)) (2.9.0.post0) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from importlib-metadata>=4.3->mkdocs>=0.17.1->-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.4/lib/python3.6/site-packages (from importlib-metadata>=4.3->mkdocs>=0.17.1->-r requirements.txt (line 1)) (4.1.1) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from Jinja2>=2.10.2->mkdocs>=0.17.1->-r requirements.txt (line 1)) (2.0.1) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages (from packaging>=20.5->mkdocs>=0.17.1->-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/2.4/lib/python3.6/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=0.17.1->-r requirements.txt (line 1)) (1.16.0) Installing collected packages: pymdown-extensions, Pygments, mkdocs-material-extensions, mkdocs-material Successfully installed Pygments-2.11.2 mkdocs-material-8.2.11 mkdocs-material-extensions-1.0.3 pymdown-extensions-9.1 [rtd-command-info] start-time: 2024-09-10T08:26:14.474714Z, end-time: 2024-09-10T08:26:14.542964Z, 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" pages: - 'Documentation': 'index.md' - 'Getting started': 'getting_started.md' - 'Content model': 'content_model.md' - 'Creating content – basic': 'creating_content_basic.md' - 'Working with Page': 'working_with_page.md' - 'Organizing the content': 'organizing_the_content.md' - 'Multi-file content management': 'multi_file_content_management.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: 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 extra: version_warning: latest: ['2.5'] previous_lts: ['1.7', '1.13'] lts: ['2.5'] ft: ['2.2', '2.3', '2.4'] dev: ['master'] append_bootstrap: [] related_docs: - title: 'eZ Platform User Documentation' url: '/projects/userguide' - title: 'eZ Platform Developer Documentation' url: '/' - title: 'eZ Services Documentation' url: '/projects/ezservices' 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.tasklist: custom_checkbox: true - pymdownx.tilde - pymdownx.details [rtd-command-info] start-time: 2024-09-10T08:26:14.612953Z, end-time: 2024-09-10T08:26:15.028347Z, duration: 0, exit-code: 1 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml Traceback (most recent call last): File "/home/docs/.asdf/installs/python/3.6.15/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/home/docs/.asdf/installs/python/3.6.15/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/__main__.py", line 236, in cli() File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/__main__.py", line 192, in build_command build.build(config.load_config(**kwargs), dirty=not clean) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/base.py", line 224, in load_config errors, warnings = cfg.validate() File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/base.py", line 108, in validate run_failed, run_warnings = self._validate() File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/base.py", line 63, in _validate self[key] = config_option.validate(value) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/config_options.py", line 132, in validate return self.run_validation(value) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/config_options.py", line 690, in run_validation plgins[item] = self.load_plugin(item, cfg) File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/mkdocs/config/config_options.py", line 703, in load_plugin Plugin = self.installed_plugins[name].load() File "/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/2.4/lib/python3.6/site-packages/importlib_metadata/__init__.py", line 194, in load module = import_module(match.group('module')) File "/home/docs/.asdf/installs/python/3.6.15/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 941, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 941, in _find_and_load_unlocked File "", line 219, in _call_with_frames_removed File "", line 994, in _gcd_import File "", line 971, in _find_and_load File "", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'material.plugins'