Read the Docs build information Build id: 4060725 Project: lime-lime-bi Version: v4 Commit: e2e5bf67e0de963f3224570a496a21e6d442f7bf Date: 2026-06-01T07:05:50.554931Z State: finished Success: True [rtd-command-info] start-time: 2026-06-01T07:05:51.660686Z, end-time: 2026-06-01T07:05:52.648834Z, duration: 0, exit-code: 0 git clone --depth 1 https://$READTHEDOCS_GIT_CLONE_TOKEN@github.com/Lundalogik/lime-bi.git . Cloning into '.'... [rtd-command-info] start-time: 2026-06-01T07:05:52.725560Z, end-time: 2026-06-01T07:05:54.120118Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/Lundalogik/lime-bi * [new tag] v4.10.0 -> v4.10.0 * [new tag] v4.10.1 -> v4.10.1 * [new tag] v4.10.2 -> v4.10.2 * [new tag] v4.10.3 -> v4.10.3 * [new tag] v4.11.0 -> v4.11.0 * [new tag] v4.11.1 -> v4.11.1 * [new tag] v4.8.2 -> v4.8.2 * [new tag] v4.8.3 -> v4.8.3 * [new tag] v4.9.0 -> v4.9.0 * [new tag] v4.9.1 -> v4.9.1 [rtd-command-info] start-time: 2026-06-01T07:05:54.915943Z, end-time: 2026-06-01T07:05:55.036918Z, 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 e2e5bf6 chore(dev): bump local dev postgres to 18 [rtd-command-info] start-time: 2026-06-01T07:05:55.120035Z, end-time: 2026-06-01T07:05:55.159351Z, 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: 2026-06-01T07:05:59.785964Z, end-time: 2026-06-01T07:05:59.841689Z, duration: 0, exit-code: 0 asdf global python 3.11.14 [rtd-command-info] start-time: 2026-06-01T07:06:00.184675Z, end-time: 2026-06-01T07:06:00.774657Z, duration: 0, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.14.final.0-64 in 362ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4, 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: 2026-06-01T07:06:00.856260Z, end-time: 2026-06-01T07:06:05.263684Z, duration: 4, 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/v4/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-26.1.2-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 31.8 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-82.0.1-py3-none-any.whl (1.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 158.7 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-26.1.2 setuptools-82.0.1 [rtd-command-info] start-time: 2026-06-01T07:06:05.353538Z, end-time: 2026-06-01T07:06:07.380855Z, duration: 2, 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.4.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.2-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.2-py3-none-any.whl.metadata (4.0 kB) Collecting packaging>=20.5 (from mkdocs) Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB) Collecting pathspec>=0.11.1 (from mkdocs) Downloading pathspec-1.1.1-py3-none-any.whl.metadata (14 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.10.0-py3-none-any.whl.metadata (5.5 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 172.9 MB/s 0:00:00 Downloading click-8.4.1-py3-none-any.whl (116 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.2-py3-none-any.whl (108 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.2-py3-none-any.whl (9.6 kB) Downloading packaging-26.2-py3-none-any.whl (100 kB) Downloading pathspec-1.1.1-py3-none-any.whl (57 kB) Downloading platformdirs-4.10.0-py3-none-any.whl (22 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 905.9 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.4.1 ghp-import-2.1.0 jinja2-3.1.6 markdown-3.10.2 markupsafe-3.0.3 mergedeep-1.3.4 mkdocs-1.6.1 mkdocs-get-deps-0.2.2 packaging-26.2 pathspec-1.1.1 platformdirs-4.10.0 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: 2026-06-01T07:06:07.462348Z, end-time: 2026-06-01T07:06:12.272128Z, duration: 4, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting mkdocs-material<10,>=9.4.0 (from -r docs/requirements.txt (line 1)) Downloading mkdocs_material-9.7.6-py3-none-any.whl.metadata (19 kB) Collecting babel>=2.10 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 kB) Collecting backrefs>=5.7.post1 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading backrefs-7.0-py311-none-any.whl.metadata (3.0 kB) Collecting colorama>=0.4 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) Requirement already satisfied: jinja2>=3.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (3.10.2) Collecting mkdocs-material-extensions>=1.3 (from mkdocs-material<10,>=9.4.0->-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<2,>=1.6 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (1.6.1) Collecting paginate>=0.5 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading paginate-0.5.7-py2.py3-none-any.whl.metadata (11 kB) Collecting pygments>=2.16 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB) Collecting pymdown-extensions>=10.2 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading pymdown_extensions-10.21.3-py3-none-any.whl.metadata (3.1 kB) Collecting requests>=2.30 (from mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading requests-2.34.2-py3-none-any.whl.metadata (4.8 kB) Requirement already satisfied: click>=7.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (8.4.1) Requirement already satisfied: ghp-import>=1.0 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (2.1.0) Requirement already satisfied: markupsafe>=2.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (3.0.3) Requirement already satisfied: mergedeep>=1.3.4 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (0.2.2) Requirement already satisfied: packaging>=20.5 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (26.2) Requirement already satisfied: pathspec>=0.11.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (1.1.1) Requirement already satisfied: pyyaml-env-tag>=0.1 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from ghp-import>=1.0->mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-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/v4/lib/python3.11/site-packages (from mkdocs-get-deps>=0.2.0->mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (4.10.0) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/envs/v4/lib/python3.11/site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs<2,>=1.6->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) (1.17.0) Collecting charset_normalizer<4,>=2 (from requests>=2.30->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading charset_normalizer-3.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) Collecting idna<4,>=2.5 (from requests>=2.30->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading idna-3.17-py3-none-any.whl.metadata (6.4 kB) Collecting urllib3<3,>=1.26 (from requests>=2.30->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB) Collecting certifi>=2023.5.7 (from requests>=2.30->mkdocs-material<10,>=9.4.0->-r docs/requirements.txt (line 1)) Downloading certifi-2026.5.20-py3-none-any.whl.metadata (2.5 kB) Downloading mkdocs_material-9.7.6-py3-none-any.whl (9.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 203.7 MB/s 0:00:00 Downloading babel-2.18.0-py3-none-any.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 504.7 MB/s 0:00:00 Downloading backrefs-7.0-py311-none-any.whl (392 kB) Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Downloading mkdocs_material_extensions-1.3.1-py3-none-any.whl (8.7 kB) Downloading paginate-0.5.7-py2.py3-none-any.whl (13 kB) Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 931.1 MB/s 0:00:00 Downloading pymdown_extensions-10.21.3-py3-none-any.whl (269 kB) Downloading requests-2.34.2-py3-none-any.whl (73 kB) Downloading charset_normalizer-3.4.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (214 kB) Downloading idna-3.17-py3-none-any.whl (65 kB) Downloading urllib3-2.7.0-py3-none-any.whl (131 kB) Downloading certifi-2026.5.20-py3-none-any.whl (134 kB) Installing collected packages: paginate, urllib3, pymdown-extensions, pygments, mkdocs-material-extensions, idna, colorama, charset_normalizer, certifi, backrefs, babel, requests, mkdocs-material Successfully installed babel-2.18.0 backrefs-7.0 certifi-2026.5.20 charset_normalizer-3.4.7 colorama-0.4.6 idna-3.17 mkdocs-material-9.7.6 mkdocs-material-extensions-1.3.1 paginate-0.5.7 pygments-2.20.0 pymdown-extensions-10.21.3 requests-2.34.2 urllib3-2.7.0 [rtd-command-info] start-time: 2026-06-01T07:06:12.454694Z, end-time: 2026-06-01T07:06:12.494819Z, 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' - '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:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg [rtd-command-info] start-time: 2026-06-01T07:06:12.582052Z, end-time: 2026-06-01T07:06:13.451550Z, duration: 0, exit-code: 0 python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml  │ ⚠ Warning from the Material for MkDocs team  │  │ MkDocs 2.0, the underlying framework of Material for MkDocs,  │ will introduce backward-incompatible changes, including:  │  │ × All plugins will stop working – the plugin system has been removed  │ × All theme overrides will break – the theming system has been rewritten  │ × No migration path exists – existing projects cannot be upgraded  │ × Closed contribution model – community members can't report bugs  │ × Currently unlicensed – unsuitable for production use  │  │ Our full analysis:  │  │ https://squidfunk.github.io/mkdocs-material/blog/2026/02/18/mkdocs-2.0/  INFO - Cleaning site directory INFO - Building documentation to directory: /home/docs/checkouts/readthedocs.org/user_builds/lime-lime-bi/checkouts/v4/_readthedocs/html INFO - Documentation built in 0.54 seconds