Read the Docs build information Build id: 1932360 Project: lime-lime-bi Version: latest Commit: cc5a658a4645593fa66a70e856e1efcc4ec628cb Date: 2024-01-05T10:52:49.550690Z State: finished Success: True [rtd-command-info] start-time: 2024-01-05T10:55:10.489604Z, end-time: 2024-01-05T10:55:15.032452Z, duration: 4, exit-code: 0 git clone --depth 1 git@github.com:Lundalogik/lime-bi.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2024-01-05T10:55:15.269731Z, end-time: 2024-01-05T10:55:17.731117Z, duration: 2, 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. Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. From github.com:Lundalogik/lime-bi * [new tag] v3.46.1 -> v3.46.1 * [new tag] v3.46.2 -> v3.46.2 * [new tag] v3.46.3 -> v3.46.3 * [new tag] v3.46.4 -> v3.46.4 * [new tag] v3.46.5 -> v3.46.5 * [new tag] v3.46.6 -> v3.46.6 * [new tag] v3.46.7 -> v3.46.7 * [new tag] v3.46.8 -> v3.46.8 * [new tag] v3.47.0 -> v3.47.0 [rtd-command-info] start-time: 2024-01-05T10:55:18.350260Z, end-time: 2024-01-05T10:55:18.740849Z, 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 cc5a658 docs: Update changelog to version 3.47.0 [rtd-command-info] start-time: 2024-01-05T10:55:18.967814Z, end-time: 2024-01-05T10:55:19.025254Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-01-05T10:55:19.248297Z, end-time: 2024-01-05T10:55:19.307780Z, duration: 0, exit-code: 0 cat .readthedocs.yml version: 2 mkdocs: configuration: mkdocs.yml build: os: "ubuntu-22.04" tools: python: "3.11" python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2024-01-05T10:55:27.519977Z, end-time: 2024-01-05T10:55:27.594223Z, duration: 0, exit-code: 0 asdf global python 3.11.6 [rtd-command-info] start-time: 2024-01-05T10:55:28.384336Z, end-time: 2024-01-05T10:55:29.465921Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.6.final.0-64 in 773ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/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==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2024-01-05T10:55:29.874462Z, end-time: 2024-01-05T10:55:42.397104Z, duration: 12, 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/lime-lime-bi/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-23.3.2-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 20.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.0.3-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.5/819.5 kB 175.5 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-23.3.2 setuptools-69.0.3 [rtd-command-info] start-time: 2024-01-05T10:55:42.810066Z, end-time: 2024-01-05T10:55:46.025464Z, duration: 3, exit-code: 0 python -m pip install --upgrade --no-cache-dir mkdocs Collecting mkdocs Downloading mkdocs-1.5.3-py3-none-any.whl.metadata (6.2 kB) Collecting click>=7.0 (from mkdocs) Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting ghp-import>=1.0 (from mkdocs) Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB) Collecting jinja2>=2.11.1 (from mkdocs) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 6.6 MB/s eta 0:00:00 Collecting markdown>=3.2.1 (from mkdocs) Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB) Collecting markupsafe>=2.0.1 (from mkdocs) Downloading MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting mergedeep>=1.3.4 (from mkdocs) Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Collecting packaging>=20.5 (from mkdocs) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting pathspec>=0.11.1 (from mkdocs) Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting platformdirs>=2.2.0 (from mkdocs) Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB) Collecting pyyaml-env-tag>=0.1 (from mkdocs) Downloading pyyaml_env_tag-0.1-py3-none-any.whl (3.9 kB) Collecting pyyaml>=5.1 (from mkdocs) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting watchdog>=2.0 (from mkdocs) Downloading watchdog-3.0.0-py3-none-manylinux2014_x86_64.whl (82 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.1/82.1 kB 12.6 MB/s eta 0:00:00 Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 12.9 MB/s eta 0:00:00 Collecting six>=1.5 (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading mkdocs-1.5.3-py3-none-any.whl (3.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 22.0 MB/s eta 0:00:00 Downloading click-8.1.7-py3-none-any.whl (97 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 184.8 MB/s eta 0:00:00 Downloading Markdown-3.5.1-py3-none-any.whl (102 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.2/102.2 kB 150.1 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 packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 240.2 MB/s eta 0:00:00 Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB) Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 39.9 MB/s eta 0:00:00 Installing collected packages: watchdog, six, pyyaml, platformdirs, pathspec, packaging, mergedeep, markupsafe, markdown, click, pyyaml-env-tag, python-dateutil, jinja2, ghp-import, mkdocs Successfully installed click-8.1.7 ghp-import-2.1.0 jinja2-3.1.2 markdown-3.5.1 markupsafe-2.1.3 mergedeep-1.3.4 mkdocs-1.5.3 packaging-23.2 pathspec-0.12.1 platformdirs-4.1.0 python-dateutil-2.8.2 pyyaml-6.0.1 pyyaml-env-tag-0.1 six-1.16.0 watchdog-3.0.0 [rtd-command-info] start-time: 2024-01-05T10:55:46.257970Z, end-time: 2024-01-05T10:55:52.072331Z, duration: 5, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting mkdocs-material<9,>=8 (from -r docs/requirements.txt (line 1)) Downloading mkdocs_material-8.5.11-py3-none-any.whl (7.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 29.9 MB/s eta 0:00:00 Requirement already satisfied: jinja2>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (3.1.2) Requirement already satisfied: markdown>=3.2 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (3.5.1) Collecting mkdocs-material-extensions>=1.1 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl.metadata (6.9 kB) Requirement already satisfied: mkdocs>=1.4.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (1.5.3) Collecting pygments>=2.12 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting pymdown-extensions>=9.4 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading pymdown_extensions-10.7-py3-none-any.whl.metadata (3.0 kB) Collecting requests>=2.26 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from jinja2>=3.0.2->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (2.1.3) Requirement already satisfied: click>=7.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (8.1.7) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (2.1.0) Requirement already satisfied: mergedeep>=1.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (1.3.4) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (23.2) Requirement already satisfied: pathspec>=0.11.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (0.12.1) Requirement already satisfied: platformdirs>=2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (4.1.0) Requirement already satisfied: pyyaml-env-tag>=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (0.1) Requirement already satisfied: pyyaml>=5.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (6.0.1) Requirement already satisfied: watchdog>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (3.0.0) Collecting charset-normalizer<4,>=2 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Requirement already satisfied: python-dateutil>=2.8.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from ghp-import>=1.0->mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (2.8.2) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/latest/lib/python3.11/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (1.16.0) Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB) Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 69.2 MB/s eta 0:00:00 Downloading pymdown_extensions-10.7-py3-none-any.whl (250 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.8/250.8 kB 235.4 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 234.0 MB/s eta 0:00:00 Downloading certifi-2023.11.17-py3-none-any.whl (162 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 268.2 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 257.8 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 241.4 MB/s eta 0:00:00 Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 262.8 MB/s eta 0:00:00 Installing collected packages: urllib3, pymdown-extensions, pygments, mkdocs-material-extensions, idna, charset-normalizer, certifi, requests, mkdocs-material Successfully installed certifi-2023.11.17 charset-normalizer-3.3.2 idna-3.6 mkdocs-material-8.5.11 mkdocs-material-extensions-1.3.1 pygments-2.17.2 pymdown-extensions-10.7 requests-2.31.0 urllib3-2.1.0 [rtd-command-info] start-time: 2024-01-05T10:55:52.650889Z, end-time: 2024-01-05T10:55:52.711818Z, duration: 0, exit-code: 0 cat mkdocs.yml dev_addr: localhost:3002 docs_dir: docs extra_css: - css/limecrm.css - /_/static/css/badge_only.css - /_/static/css/readthedocs-doc-embed.css extra_javascript: - readthedocs-data.js - /_/static/core/js/readthedocs-doc-embed.js - /_/static/javascript/readthedocs-analytics.js google_analytics: null markdown_extensions: - admonition - attr_list - footnotes - meta - pymdownx.details - pymdownx.highlight - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.saneheaders - pymdownx.snippets: check_paths: true - pymdownx.superfences: custom_fences: - class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format '' name: mermaid - toc: permalink: true toc_depth: 3 - pymdownx.striphtml - tables - pymdownx.tabbed: alternate_style: true - def_list - pymdownx.tasklist: custom_checkbox: true - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji '' nav: - Docs: - Overview: index.md - Requirements: requirements.md - How it Works: howitworks.md - Installation: installation.md - Configuration: configuration.md - Upgrading: upgrading.md - Technical: - On-Premise: technical.md - Cloud: cloudimplementation.md - Security & Backup: security.md - Troubleshooting: troubleshooting.md - Changelog: - Changelog: changelog.md site_author: Lime Technologies AB site_description: Lime BI Documentation site_name: Lime BI theme: custom_dir: docs/overrides favicon: images/favicon.png features: - content.tabs.link - navigation.instant - navigation.tabs - navigation.tabs.sticky - navigation.tracking - navigation.expand - navigation.top - search.share - search.highlight - search.suggest - toc.integrate font: text: Lato name: material palette: - accent: teal media: '(prefers-color-scheme: light)' primary: teal scheme: teal toggle: icon: material/weather-sunny name: Switch to dark mode - media: '(prefers-color-scheme: dark)' scheme: slate toggle: icon: material/weather-night name: Switch to light mode [rtd-command-info] start-time: 2024-01-05T10:55:52.950980Z, end-time: 2024-01-05T10:55:53.853190Z, duration: 0, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml WARNING - Material emoji logic has been officially moved into mkdocs-material version 9.4. Please use Material's 'material.extensions.emoji.twemoji' instead of 'materialx.emoji.twemoji' in your 'mkdocs.yml' file. ``` markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg ``` 'mkdocs_material_extensions' is deprecated and will no longer be supported moving forward. This is the last release. INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/checkouts/latest/_readthedocs/html WARNING - Excluding 'README.md' from the site because it conflicts with 'index.md'. INFO - Documentation built in 0.50 seconds