Read the Docs build information Build id: 466529 Project: ez-systems-user-documentation Version: 3.1 Commit: c8c9386b346bf8432b221c6ee2a4b22ae4b3a183 Date: 2020-10-30T10:57:24.887426Z State: finished Success: True [rtd-command-info] start-time: 2020-10-30T10:57:26.513455Z, end-time: 2020-10-30T10:57:27.778015Z, duration: 1, exit-code: 0 git clone --no-single-branch --depth 50 https://github.com/ezsystems/user-documentation.git . Cloning into '.'... [rtd-command-info] start-time: 2020-10-30T10:57:28.184416Z, end-time: 2020-10-30T10:57:28.346681Z, duration: 0, exit-code: 0 git checkout --force origin/3.1 Note: checking out 'origin/3.1'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at c8c9386 Improve layout [rtd-command-info] start-time: 2020-10-30T10:57:28.793795Z, end-time: 2020-10-30T10:57:28.847887Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2020-10-30T10:57:30.350369Z, end-time: 2020-10-30T10:57:34.296197Z, duration: 3, exit-code: 0 python3.7 -mvirtualenv Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2020-10-30T10:57:34.709335Z, end-time: 2020-10-30T10:57:35.405906Z, duration: 0, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip Requirement already up-to-date: pip in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (20.2.4) [rtd-command-info] start-time: 2020-10-30T10:57:35.511454Z, end-time: 2020-10-30T10:57:46.794240Z, duration: 11, exit-code: 0 python -m pip install --upgrade --no-cache-dir setuptools==41.0.1 docutils==0.14 mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 mkdocs==0.17.3 Collecting setuptools==41.0.1 Downloading setuptools-41.0.1-py2.py3-none-any.whl (575 kB) Collecting docutils==0.14 Downloading docutils-0.14-py3-none-any.whl (543 kB) Collecting mock==1.0.1 Downloading mock-1.0.1.tar.gz (818 kB) Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting commonmark==0.8.1 Downloading commonmark-0.8.1-py2.py3-none-any.whl (47 kB) Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting mkdocs==0.17.3 Downloading mkdocs-0.17.3-py2.py3-none-any.whl (1.2 MB) Collecting future Downloading future-0.18.2.tar.gz (829 kB) Collecting sphinx>=1.3.1 Downloading Sphinx-3.2.1-py3-none-any.whl (2.9 MB) Collecting Markdown>=2.3.1 Downloading Markdown-3.3.3-py3-none-any.whl (96 kB) Collecting Jinja2>=2.7.1 Downloading Jinja2-2.11.2-py2.py3-none-any.whl (125 kB) Collecting PyYAML>=3.10 Downloading PyYAML-5.3.1.tar.gz (269 kB) Collecting click>=3.3 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting tornado<5.0,>=4.1 Downloading tornado-4.5.3.tar.gz (484 kB) Collecting livereload>=2.5.1 Downloading livereload-2.6.3.tar.gz (25 kB) Collecting sphinxcontrib-jsmath Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp Downloading sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl (96 kB) Collecting sphinxcontrib-devhelp Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Collecting sphinxcontrib-applehelp Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Collecting requests>=2.5.0 Downloading requests-2.24.0-py2.py3-none-any.whl (61 kB) Collecting sphinxcontrib-serializinghtml Downloading sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl (89 kB) Collecting sphinxcontrib-qthelp Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Collecting babel>=1.3 Downloading Babel-2.8.0-py2.py3-none-any.whl (8.6 MB) Collecting Pygments>=2.0 Downloading Pygments-2.7.2-py3-none-any.whl (948 kB) Collecting snowballstemmer>=1.1 Downloading snowballstemmer-2.0.0-py2.py3-none-any.whl (97 kB) Collecting packaging Downloading packaging-20.4-py2.py3-none-any.whl (37 kB) Collecting imagesize Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting importlib-metadata; python_version < "3.8" Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB) Collecting MarkupSafe>=0.23 Downloading MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl (27 kB) Collecting six Downloading six-1.15.0-py2.py3-none-any.whl (10 kB) Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB) Collecting chardet<4,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) Collecting pytz>=2015.7 Downloading pytz-2020.1-py2.py3-none-any.whl (510 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting zipp>=0.5 Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) Building wheels for collected packages: mock, future, PyYAML, tornado, livereload 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=23754 sha256=345c33a3aeb501fcbb83890f7e2948ccb45611a649113403c6e88cf52d4d947f Stored in directory: /tmp/pip-ephem-wheel-cache-nesi2zlt/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=120ab37c2b784e9aff5cc90e5b71b58b06aef81c6002e6b26477e4d3234357bc Stored in directory: /tmp/pip-ephem-wheel-cache-nesi2zlt/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.3.1-cp37-cp37m-linux_x86_64.whl size=44619 sha256=67d43fc086469e306cf1465a5cdaebc0e9b06a58d6f607ea145e87d1907bc2bf Stored in directory: /tmp/pip-ephem-wheel-cache-nesi2zlt/wheels/5e/03/1e/e1e954795d6f35dfc7b637fe2277bff021303bd9570ecea653 Building wheel for tornado (setup.py): started Building wheel for tornado (setup.py): finished with status 'done' Created wheel for tornado: filename=tornado-4.5.3-cp37-cp37m-linux_x86_64.whl size=434008 sha256=4d5d5a4aaa6d959a90bd8e8ce8f006f7bb5cb8d09c238691c7e31122653b5df8 Stored in directory: /tmp/pip-ephem-wheel-cache-nesi2zlt/wheels/a2/45/43/36ec7a893e16c1212a6b1505ded0a2d73cf8e863a0227c8e04 Building wheel for livereload (setup.py): started Building wheel for livereload (setup.py): finished with status 'done' Created wheel for livereload: filename=livereload-2.6.3-py2.py3-none-any.whl size=24713 sha256=1edeb3b7acb77f7380f16880128ef59d127009e1bc39305adf2462c0a7626284 Stored in directory: /tmp/pip-ephem-wheel-cache-nesi2zlt/wheels/d4/f2/03/55f37093eb8cb0c89d7efb206f792dba55cd5bd67b1c5b1ce1 Successfully built mock future PyYAML tornado livereload Installing collected packages: setuptools, docutils, mock, pillow, alabaster, future, commonmark, sphinxcontrib-jsmath, MarkupSafe, Jinja2, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, idna, urllib3, chardet, certifi, requests, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, pytz, babel, Pygments, snowballstemmer, six, pyparsing, packaging, imagesize, sphinx, recommonmark, zipp, importlib-metadata, Markdown, PyYAML, click, tornado, livereload, mkdocs Attempting uninstall: setuptools Found existing installation: setuptools 50.3.2 Uninstalling setuptools-50.3.2: Successfully uninstalled setuptools-50.3.2 Successfully installed Jinja2-2.11.2 Markdown-3.3.3 MarkupSafe-1.1.1 PyYAML-5.3.1 Pygments-2.7.2 alabaster-0.7.12 babel-2.8.0 certifi-2020.6.20 chardet-3.0.4 click-7.1.2 commonmark-0.8.1 docutils-0.14 future-0.18.2 idna-2.10 imagesize-1.2.0 importlib-metadata-2.0.0 livereload-2.6.3 mkdocs-0.17.3 mock-1.0.1 packaging-20.4 pillow-5.4.1 pyparsing-2.4.7 pytz-2020.1 recommonmark-0.5.0 requests-2.24.0 setuptools-41.0.1 six-1.15.0 snowballstemmer-2.0.0 sphinx-3.2.1 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-1.0.3 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.4 tornado-4.5.3 urllib3-1.25.11 zipp-3.4.0 [rtd-command-info] start-time: 2020-10-30T10:57:46.919876Z, end-time: 2020-10-30T10:57:55.337153Z, duration: 8, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting mkdocs>=1.1 Downloading mkdocs-1.1.2-py3-none-any.whl (6.4 MB) Requirement already satisfied: Pygments>=2.4 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (2.7.2) Collecting pymdown-extensions>=7.0 Downloading pymdown_extensions-8.0.1-py2.py3-none-any.whl (206 kB) Requirement already satisfied: Markdown>=3.2.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (3.3.3) Collecting mkdocs-material>=5.1.0 Downloading mkdocs_material-6.1.0-py2.py3-none-any.whl (3.9 MB) Collecting mkdocs-macros-plugin>=0.4.0 Downloading mkdocs_macros_plugin-0.4.18-py3-none-any.whl (15 kB) Requirement already satisfied: Jinja2>=2.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (2.11.2) Collecting lunr[languages]==0.5.8 Downloading lunr-0.5.8-py2.py3-none-any.whl (2.3 MB) Collecting tornado>=5.0 Downloading tornado-6.0.4.tar.gz (496 kB) Requirement already satisfied: livereload>=2.5.1 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from mkdocs>=1.1->-r requirements.txt (line 1)) (2.6.3) Requirement already satisfied: PyYAML>=3.10 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from mkdocs>=1.1->-r requirements.txt (line 1)) (5.3.1) Requirement already satisfied: click>=3.3 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from mkdocs>=1.1->-r requirements.txt (line 1)) (7.1.2) Requirement already satisfied: importlib-metadata; python_version < "3.8" in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from Markdown>=3.2.1->-r requirements.txt (line 4)) (2.0.0) Collecting mkdocs-material-extensions>=1.0 Downloading mkdocs_material_extensions-1.0.1-py3-none-any.whl (8.0 kB) Collecting termcolor Downloading termcolor-1.1.0.tar.gz (3.9 kB) Collecting python-dateutil Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Requirement already satisfied: MarkupSafe>=0.23 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from Jinja2>=2.10->-r requirements.txt (line 7)) (1.1.1) Requirement already satisfied: future>=0.16.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->-r requirements.txt (line 1)) (0.18.2) Requirement already satisfied: six>=1.11.0 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from lunr[languages]==0.5.8->mkdocs>=1.1->-r requirements.txt (line 1)) (1.15.0) Collecting nltk>=3.2.5; python_version > "2.7" and extra == "languages" Downloading nltk-3.5.zip (1.4 MB) Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/envs/3.1/lib/python3.7/site-packages (from importlib-metadata; python_version < "3.8"->Markdown>=3.2.1->-r requirements.txt (line 4)) (3.4.0) Collecting joblib Downloading joblib-0.17.0-py3-none-any.whl (301 kB) Collecting regex Downloading regex-2020.10.28-cp37-cp37m-manylinux2010_x86_64.whl (666 kB) Collecting tqdm Downloading tqdm-4.51.0-py2.py3-none-any.whl (70 kB) Building wheels for collected packages: tornado, termcolor, nltk Building wheel for tornado (setup.py): started Building wheel for tornado (setup.py): finished with status 'done' Created wheel for tornado: filename=tornado-6.0.4-cp37-cp37m-linux_x86_64.whl size=428558 sha256=0caaf954f5ad80522af468f696b9c4635cceabe2af106e20b8cd99a944227194 Stored in directory: /tmp/pip-ephem-wheel-cache-y5c0n9ts/wheels/7d/14/fa/d88fb5da77d813ea0ffca38a2ab2a052874e9e1142bad0b348 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=4830 sha256=fcc0aa7779fb3f456990db075c96ee2a022ad60797299f77f2f00300c52afeff Stored in directory: /tmp/pip-ephem-wheel-cache-y5c0n9ts/wheels/3f/e3/ec/8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2 Building wheel for nltk (setup.py): started Building wheel for nltk (setup.py): finished with status 'done' Created wheel for nltk: filename=nltk-3.5-py3-none-any.whl size=1434674 sha256=463b3b537e217df6fac46c9ab192c6025410fc363be0508e6096b8add89d1817 Stored in directory: /tmp/pip-ephem-wheel-cache-y5c0n9ts/wheels/45/6c/46/a1865e7ba706b3817f5d1b2ff7ce8996aabdd0d03d47ba0266 Successfully built tornado termcolor nltk Installing collected packages: joblib, regex, tqdm, nltk, lunr, tornado, mkdocs, pymdown-extensions, mkdocs-material-extensions, mkdocs-material, termcolor, python-dateutil, mkdocs-macros-plugin Attempting uninstall: tornado Found existing installation: tornado 4.5.3 Uninstalling tornado-4.5.3: Successfully uninstalled tornado-4.5.3 Attempting uninstall: mkdocs Found existing installation: mkdocs 0.17.3 Uninstalling mkdocs-0.17.3: Successfully uninstalled mkdocs-0.17.3 Successfully installed joblib-0.17.0 lunr-0.5.8 mkdocs-1.1.2 mkdocs-macros-plugin-0.4.18 mkdocs-material-6.1.0 mkdocs-material-extensions-1.0.1 nltk-3.5 pymdown-extensions-8.0.1 python-dateutil-2.8.1 regex-2020.10.28 termcolor-1.1.0 tornado-6.0.4 tqdm-4.51.0 [rtd-command-info] start-time: 2020-10-30T10:57:55.832103Z, end-time: 2020-10-30T10:57:55.886388Z, duration: 0, exit-code: 0 cat mkdocs.yml copyright: Copyright 1999-2020 Ibexa and others docs_dir: /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/3.1/docs extra: append_bootstrap: [] related_docs: - title: eZ Platform User Documentation url: /projects/userguide - title: eZ Platform Developer Documentation url: / version_warning: dev: - master ft: - '3.0' - '3.1' latest: - '3.2' lts: - '2.5' previous_lts: - '1.13' extra_css: - fonts/MavenPro.css - css/custom.css - css/docs.switcher.css - //cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css - https://assets.readthedocs.com/css/badge_only.css - https://assets.readthedocs.com/css/readthedocs-doc-embed.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 - readthedocs-data.js - https://assets.readthedocs.com/core/js/readthedocs-doc-embed.js - https://assets.readthedocs.com/javascript/readthedocs-analytics.js google_analytics: null 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: css_class: codehilite extend_pygments_lang: - lang: php name: php options: startinline: true guess_lang: false linenums: true - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tabbed - pymdownx.tasklist: custom_checkbox: true - pymdownx.tilde - pymdownx.details nav: - eZ Platform User Documentation: index.md - Getting started: getting_started.md - Content model: content_model.md - "Creating content \u2013 basic": creating_content_basic.md - "Creating content \u2013 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 - Shop administration: - Shop administration: shop_administration/shop_administration.md - Cockpit: shop_administration/cockpit.md - Components: shop_administration/components.md - Configuration settings: shop_administration/configuration_settings.md - Manage orders: shop_administration/manage_orders.md - Manage prices and stock: shop_administration/manage_prices_and_stock.md - Manage products and categories: shop_administration/manage_products_and_categories_with_the_ez_dataprovider.md - Manage users: shop_administration/manage_users.md - Permissions: shop_administration/permissions.md - Translations: shop_administration/translations.md - Olark chat tool: shop_administration/chat_tool_olark.md - Managing shop content: - Embed product: managing_shop_content/embed_product.md - Pages in the shop: managing_shop_content/landingpages.md - Navigation structure: managing_shop_content/navigation_structure.md - Legal documents: managing_shop_content/legal_documents.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 plugins: - search - macros: j2_block_end_string: '%]]' j2_block_start_string: '[[%' j2_variable_end_string: =]] j2_variable_start_string: '[[=' repo_url: https://github.com/ezsystems/user-documentation site_name: eZ Platform User Documentation theme: custom_dir: material favicon: img/favicon.ico feature: tabs: false font: false language: en name: null palette: accent: deep orange primary: blue grey search_index_only: false [rtd-command-info] start-time: 2020-10-30T10:57:56.285805Z, end-time: 2020-10-30T10:57:58.037054Z, duration: 1, exit-code: 0 python -m mkdocs build --clean --site-dir _build/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/3.1/_build/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 1.13 seconds [macros] Macros arguments: {'module_name': 'main', 'include_dir': '', 'include_yaml': [], 'j2_block_start_string': '[[%', 'j2_block_end_string': '%]]', 'j2_variable_start_string': '[[=', 'j2_variable_end_string': '=]]'} [macros] Project dir '/home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/3.1' [macros] Variables: ['extra', 'config', 'environment', 'plugin', 'git', 'context', 'macros_info', 'now', 'fix_url', 'append_bootstrap', 'related_docs', 'version_warning'] [macros] Extra variables (config file): {'append_bootstrap': [], 'related_docs': [{'title': 'eZ Platform User Documentation', 'url': '/projects/userguide'}, {'title': 'eZ Platform Developer Documentation', 'url': '/'}], 'version_warning': {'dev': ['master'], 'ft': ['3.0', '3.1'], 'latest': ['3.2'], 'lts': ['2.5'], 'previous_lts': ['1.13']}} [macros] Filters: {'pretty': .pretty at 0x7fe3d6b52200>} [macros] Docs directory: /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/3.1/docs [macros] Includes directory: /home/docs/checkouts/readthedocs.org/user_builds/ez-systems-user-documentation/checkouts/3.1/docs [macros] Found j2 variable 'block_start_string': '[[%' [macros] Found j2 variable 'block_end_string': '%]]' [macros] Found j2 variable 'variable_start_string': '[[=' [macros] Found j2 variable 'variable_end_string': '=]]'