Read the Docs build information Build id: 3589862 Project: lime-lime-bi Version: latest Commit: 644f53b6d310bdea68a01b712d85381361539f76 Date: 2025-12-10T10:31:47.892121Z State: finished Success: True [rtd-command-info] start-time: 2025-12-10T10:31:48.780080Z, end-time: 2025-12-10T10:31:50.498185Z, duration: 1, 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: 2025-12-10T10:31:50.589318Z, end-time: 2025-12-10T10:31:53.392336Z, 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.65.1 -> v3.65.1 * [new tag] v3.65.2 -> v3.65.2 * [new tag] v3.65.3 -> v3.65.3 * [new tag] v3.65.4 -> v3.65.4 * [new tag] v3.65.5 -> v3.65.5 * [new tag] v3.65.6 -> v3.65.6 * [new tag] v3.65.7 -> v3.65.7 * [new tag] v3.65.8 -> v3.65.8 * [new tag] v3.65.9 -> v3.65.9 * [new tag] v3.66.0 -> v3.66.0 * [new tag] v3.66.1 -> v3.66.1 [rtd-command-info] start-time: 2025-12-10T10:31:54.544180Z, end-time: 2025-12-10T10:31:54.645754Z, 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 644f53b fix: quote java executable path in service installation [rtd-command-info] start-time: 2025-12-10T10:31:54.732819Z, end-time: 2025-12-10T10:31:54.774170Z, 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: 2025-12-10T10:32:01.152122Z, end-time: 2025-12-10T10:32:01.213732Z, duration: 0, exit-code: 0 asdf global python 3.11.12 [rtd-command-info] start-time: 2025-12-10T10:32:01.672092Z, end-time: 2025-12-10T10:32:02.753511Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.12.final.0-64 in 775ms 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: 2025-12-10T10:32:02.842664Z, end-time: 2025-12-10T10:32:10.279559Z, duration: 7, 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-25.3-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.4 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-80.9.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 39.0 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-25.3 setuptools-80.9.0 [rtd-command-info] start-time: 2025-12-10T10:32:10.372631Z, end-time: 2025-12-10T10:32:12.360378Z, duration: 1, exit-code: 0 python -m pip install --upgrade --no-cache-dir mkdocs Collecting mkdocs Downloading mkdocs-1.6.1-py3-none-any.whl.metadata (6.0 kB) Collecting click>=7.0 (from mkdocs) Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB) Collecting ghp-import>=1.0 (from mkdocs) Downloading ghp_import-2.1.0-py3-none-any.whl.metadata (7.2 kB) Collecting jinja2>=2.11.1 (from mkdocs) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting markdown>=3.3.6 (from mkdocs) Downloading markdown-3.10-py3-none-any.whl.metadata (5.1 kB) Collecting markupsafe>=2.0.1 (from mkdocs) Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Collecting mergedeep>=1.3.4 (from mkdocs) Downloading mergedeep-1.3.4-py3-none-any.whl.metadata (4.3 kB) Collecting mkdocs-get-deps>=0.2.0 (from mkdocs) Downloading mkdocs_get_deps-0.2.0-py3-none-any.whl.metadata (4.0 kB) Collecting packaging>=20.5 (from mkdocs) Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting pathspec>=0.11.1 (from mkdocs) Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting pyyaml-env-tag>=0.1 (from mkdocs) Downloading pyyaml_env_tag-1.1-py3-none-any.whl.metadata (5.5 kB) Collecting pyyaml>=5.1 (from mkdocs) Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB) Collecting watchdog>=2.0 (from mkdocs) Downloading watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl.metadata (44 kB) Collecting python-dateutil>=2.8.1 (from ghp-import>=1.0->mkdocs) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting platformdirs>=2.2.0 (from mkdocs-get-deps>=0.2.0->mkdocs) Downloading platformdirs-4.5.1-py3-none-any.whl.metadata (12 kB) Collecting six>=1.5 (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs) Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Downloading mkdocs-1.6.1-py3-none-any.whl (3.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 153.5 MB/s 0:00:00 Downloading click-8.3.1-py3-none-any.whl (108 kB) Downloading ghp_import-2.1.0-py3-none-any.whl (11 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading markdown-3.10-py3-none-any.whl (107 kB) Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Downloading mergedeep-1.3.4-py3-none-any.whl (6.4 kB) Downloading mkdocs_get_deps-0.2.0-py3-none-any.whl (9.5 kB) Downloading packaging-25.0-py3-none-any.whl (66 kB) Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading platformdirs-4.5.1-py3-none-any.whl (18 kB) Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 600.4 MB/s 0:00:00 Downloading pyyaml_env_tag-1.1-py3-none-any.whl (4.7 kB) Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Downloading watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl (79 kB) Installing collected packages: watchdog, six, pyyaml, platformdirs, pathspec, packaging, mergedeep, markupsafe, markdown, click, pyyaml-env-tag, python-dateutil, mkdocs-get-deps, jinja2, ghp-import, mkdocs Successfully installed click-8.3.1 ghp-import-2.1.0 jinja2-3.1.6 markdown-3.10 markupsafe-3.0.3 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.0 packaging-25.0 pathspec-0.12.1 platformdirs-4.5.1 python-dateutil-2.9.0.post0 pyyaml-6.0.3 pyyaml-env-tag-1.1 six-1.17.0 watchdog-6.0.0 [rtd-command-info] start-time: 2025-12-10T10:32:12.447801Z, end-time: 2025-12-10T10:32:16.989434Z, duration: 4, 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.metadata (13 kB) 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.6) 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.10) 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.6.1) Collecting pygments>=2.12 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) Collecting pymdown-extensions>=9.4 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading pymdown_extensions-10.18-py3-none-any.whl.metadata (3.1 kB) Collecting requests>=2.26 (from mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 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)) (3.0.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.3.1) 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: mkdocs-get-deps>=0.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)) (0.2.0) 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)) (25.0) 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: 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)) (1.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.3) 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)) (6.0.0) 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.9.0.post0) 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-get-deps>=0.2.0->mkdocs>=1.4.0->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) (4.5.1) 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.17.0) Collecting charset_normalizer<4,>=2 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB) Collecting idna<4,>=2.5 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading urllib3-2.6.1-py3-none-any.whl.metadata (6.6 kB) Collecting certifi>=2017.4.17 (from requests>=2.26->mkdocs-material<9,>=8->-r docs/requirements.txt (line 1)) Downloading certifi-2025.11.12-py3-none-any.whl.metadata (2.5 kB) Downloading mkdocs_material-8.5.11-py3-none-any.whl (7.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.6/7.6 MB 200.2 MB/s 0:00:00 Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB) Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 640.3 MB/s 0:00:00 Downloading pymdown_extensions-10.18-py3-none-any.whl (266 kB) Downloading requests-2.32.5-py3-none-any.whl (64 kB) Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB) Downloading idna-3.11-py3-none-any.whl (71 kB) Downloading urllib3-2.6.1-py3-none-any.whl (131 kB) Downloading certifi-2025.11.12-py3-none-any.whl (159 kB) Installing collected packages: urllib3, pymdown-extensions, pygments, mkdocs-material-extensions, idna, charset_normalizer, certifi, requests, mkdocs-material Successfully installed certifi-2025.11.12 charset_normalizer-3.4.4 idna-3.11 mkdocs-material-8.5.11 mkdocs-material-extensions-1.3.1 pygments-2.19.2 pymdown-extensions-10.18 requests-2.32.5 urllib3-2.6.1 [rtd-command-info] start-time: 2025-12-10T10:32:17.164351Z, end-time: 2025-12-10T10:32:17.208702Z, duration: 0, exit-code: 0 cat mkdocs.yml site_name: Lime BI 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' theme: name: 'material' custom_dir: docs/overrides favicon: images/favicon.png font: text: Lato 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 palette: - media: "(prefers-color-scheme: light)" scheme: teal primary: teal accent: 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 extra_css: - css/limecrm.css site_description: Lime BI Documentation site_author: Lime Technologies AB docs_dir: docs dev_addr: localhost:3002 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: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - 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 [rtd-command-info] start-time: 2025-12-10T10:32:17.304945Z, end-time: 2025-12-10T10:32:18.080133Z, 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.46 seconds