Read the Docs build information Build id: 2692948 Project: thunderbird-thunderbird-source-docs Version: latest Commit: d5911ca00a99e877ea48a062abe2963b623fed4e Date: 2024-12-18T06:31:15.394427Z State: finished Success: True [rtd-command-info] start-time: 2024-12-18T06:31:16.570102Z, end-time: 2024-12-18T06:31:31.302797Z, duration: 14, exit-code: 0 git clone --depth 1 https://github.com/mozilla/releases-comm-central . Cloning into '.'... Updating files: 44% (14730/33267) Updating files: 45% (14971/33267) Updating files: 46% (15303/33267) Updating files: 47% (15636/33267) Updating files: 48% (15969/33267) Updating files: 49% (16301/33267) Updating files: 50% (16634/33267) Updating files: 51% (16967/33267) Updating files: 52% (17299/33267) Updating files: 53% (17632/33267) Updating files: 54% (17965/33267) Updating files: 55% (18297/33267) Updating files: 56% (18630/33267) Updating files: 57% (18963/33267) Updating files: 58% (19295/33267) Updating files: 59% (19628/33267) Updating files: 60% (19961/33267) Updating files: 61% (20293/33267) Updating files: 62% (20626/33267) Updating files: 63% (20959/33267) Updating files: 64% (21291/33267) Updating files: 65% (21624/33267) Updating files: 66% (21957/33267) Updating files: 67% (22289/33267) Updating files: 68% (22622/33267) Updating files: 69% (22955/33267) Updating files: 70% (23287/33267) Updating files: 71% (23620/33267) Updating files: 72% (23953/33267) Updating files: 73% (24285/33267) Updating files: 74% (24618/33267) Updating files: 74% (24716/33267) Updating files: 75% (24951/33267) Updating files: 76% (25283/33267) Updating files: 77% (25616/33267) Updating files: 78% (25949/33267) Updating files: 79% (26281/33267) Updating files: 80% (26614/33267) Updating files: 81% (26947/33267) Updating files: 82% (27279/33267) Updating files: 83% (27612/33267) Updating files: 84% (27945/33267) Updating files: 85% (28277/33267) Updating files: 86% (28610/33267) Updating files: 87% (28943/33267) Updating files: 88% (29275/33267) Updating files: 89% (29608/33267) Updating files: 90% (29941/33267) Updating files: 91% (30273/33267) Updating files: 92% (30606/33267) Updating files: 93% (30939/33267) Updating files: 94% (31271/33267) Updating files: 95% (31604/33267) Updating files: 96% (31937/33267) Updating files: 97% (32269/33267) Updating files: 98% (32602/33267) Updating files: 99% (32935/33267) Updating files: 100% (33267/33267) Updating files: 100% (33267/33267), done. [rtd-command-info] start-time: 2024-12-18T06:31:31.374254Z, end-time: 2024-12-18T06:31:32.384636Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master [rtd-command-info] start-time: 2024-12-18T06:31:32.506584Z, end-time: 2024-12-18T06:31:33.210341Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. 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 d5911ca0 Bug 1937800 - Fix config used for source doc command. r=heather,rjl [rtd-command-info] start-time: 2024-12-18T06:31:33.278764Z, end-time: 2024-12-18T06:31:33.337804Z, duration: 0, exit-code: 0 cat .readthedocs.yaml --- # .readthedocs.yaml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" nodejs: "20" # You can also specify other tool versions: # rust: "1.55" # golang: "1.17" jobs: post_install: - npm install -g jsdoc@~4.0.0 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2024-12-18T06:31:43.245689Z, end-time: 2024-12-18T06:31:43.332089Z, duration: 0, exit-code: 0 asdf global python 3.11.10 [rtd-command-info] start-time: 2024-12-18T06:31:46.279807Z, end-time: 2024-12-18T06:31:46.366663Z, duration: 0, exit-code: 0 asdf global nodejs 20.18.0 [rtd-command-info] start-time: 2024-12-18T06:31:46.622840Z, end-time: 2024-12-18T06:31:47.799973Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.10.final.0-64 in 803ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/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-12-18T06:31:47.872675Z, end-time: 2024-12-18T06:31:59.983650Z, 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/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (23.1) Collecting pip Downloading pip-24.3.1-py3-none-any.whl (1.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 9.9 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-75.6.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 24.3 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-24.3.1 setuptools-75.6.0 [rtd-command-info] start-time: 2024-12-18T06:32:00.061228Z, end-time: 2024-12-18T06:32:05.704402Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx Collecting sphinx Downloading sphinx-8.1.3-py3-none-any.whl.metadata (6.4 kB) Collecting sphinxcontrib-applehelp>=1.0.7 (from sphinx) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-htmlhelp>=2.0.6 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath>=1.0.1 (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl.metadata (1.4 kB) Collecting sphinxcontrib-qthelp>=1.0.6 (from sphinx) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl.metadata (2.4 kB) Collecting Jinja2>=3.1 (from sphinx) Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting Pygments>=2.17 (from sphinx) Downloading pygments-2.18.0-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.22,>=0.20 (from sphinx) Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.2 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl.metadata (6.5 kB) Collecting babel>=2.13 (from sphinx) Downloading babel-2.16.0-py3-none-any.whl.metadata (1.5 kB) Collecting alabaster>=0.7.14 (from sphinx) Downloading alabaster-1.0.0-py3-none-any.whl.metadata (2.8 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl.metadata (1.5 kB) Collecting requests>=2.30.0 (from sphinx) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=23.0 (from sphinx) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx) Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.30.0->sphinx) Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB) Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx) Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx) Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 138.2 MB/s eta 0:00:00 Downloading alabaster-1.0.0-py3-none-any.whl (13 kB) Downloading babel-2.16.0-py3-none-any.whl (9.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 251.2 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 531.4 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) Downloading packaging-24.2-py3-none-any.whl (65 kB) Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 569.9 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Downloading sphinxcontrib_applehelp-2.0.0-py3-none-any.whl (119 kB) Downloading sphinxcontrib_devhelp-2.0.0-py3-none-any.whl (82 kB) Downloading sphinxcontrib_htmlhelp-2.1.0-py3-none-any.whl (98 kB) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-2.0.0-py3-none-any.whl (88 kB) Downloading sphinxcontrib_serializinghtml-2.0.0-py3-none-any.whl (92 kB) Downloading certifi-2024.12.14-py3-none-any.whl (164 kB) Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Downloading idna-3.10-py3-none-any.whl (70 kB) Downloading MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Downloading urllib3-2.2.3-py3-none-any.whl (126 kB) Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx Successfully installed Jinja2-3.1.4 MarkupSafe-3.0.2 Pygments-2.18.0 alabaster-1.0.0 babel-2.16.0 certifi-2024.12.14 charset-normalizer-3.4.0 docutils-0.21.2 idna-3.10 imagesize-1.4.1 packaging-24.2 requests-2.32.3 snowballstemmer-2.2.0 sphinx-8.1.3 sphinxcontrib-applehelp-2.0.0 sphinxcontrib-devhelp-2.0.0 sphinxcontrib-htmlhelp-2.1.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-2.0.0 sphinxcontrib-serializinghtml-2.0.0 urllib3-2.2.3 [rtd-command-info] start-time: 2024-12-18T06:32:05.767437Z, end-time: 2024-12-18T06:32:19.993132Z, duration: 14, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting alabaster==0.7.16 (from -r docs/requirements.txt (line 7)) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: babel==2.16.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 9)) (2.16.0) Collecting certifi==2024.8.30 (from -r docs/requirements.txt (line 11)) Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB) Collecting charset-normalizer==3.3.2 (from -r docs/requirements.txt (line 13)) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting docutils==0.20.1 (from -r docs/requirements.txt (line 15)) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting fluent-pygments==1.0 (from -r docs/requirements.txt (line 20)) Downloading fluent.pygments-1.0-py2.py3-none-any.whl.metadata (1.1 kB) Collecting fluent-syntax==0.19.0 (from -r docs/requirements.txt (line 22)) Downloading fluent.syntax-0.19.0-py2.py3-none-any.whl.metadata (1.6 kB) Requirement already satisfied: idna==3.10 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 24)) (3.10) Requirement already satisfied: imagesize==1.4.1 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 26)) (1.4.1) Requirement already satisfied: jinja2==3.1.4 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 28)) (3.1.4) Collecting linkify-it-py==2.0.3 (from -r docs/requirements.txt (line 33)) Downloading linkify_it_py-2.0.3-py3-none-any.whl.metadata (8.5 kB) Collecting markdown==3.7 (from -r docs/requirements.txt (line 35)) Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) Collecting markdown-it-py==3.0.0 (from -r docs/requirements.txt (line 37)) Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB) Collecting markupsafe==2.0.1 (from -r docs/requirements.txt (line 41)) Downloading MarkupSafe-2.0.1.tar.gz (18 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting mdit-py-plugins==0.4.2 (from -r docs/requirements.txt (line 45)) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl.metadata (2.8 kB) Collecting mdurl==0.1.2 (from -r docs/requirements.txt (line 47)) Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB) Collecting myst-parser==2.0.0 (from myst-parser[linkify]==2.0.0->-r docs/requirements.txt (line 49)) Downloading myst_parser-2.0.0-py3-none-any.whl.metadata (5.4 kB) Collecting packaging==24.1 (from -r docs/requirements.txt (line 51)) Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) Collecting parsimonious==0.10.0 (from -r docs/requirements.txt (line 53)) Downloading parsimonious-0.10.0-py3-none-any.whl.metadata (25 kB) Requirement already satisfied: pygments==2.18.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 55)) (2.18.0) Collecting pyyaml==6.0.2 (from -r docs/requirements.txt (line 59)) Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting regex==2024.9.11 (from -r docs/requirements.txt (line 61)) Downloading regex-2024.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) Requirement already satisfied: requests==2.32.3 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 63)) (2.32.3) Collecting six==1.16.0 (from -r docs/requirements.txt (line 65)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Requirement already satisfied: snowballstemmer==2.2.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 67)) (2.2.0) Collecting sphinx==7.4.7 (from -r docs/requirements.txt (line 69)) Downloading sphinx-7.4.7-py3-none-any.whl.metadata (6.1 kB) Collecting sphinx-copybutton==0.5.2 (from -r docs/requirements.txt (line 78)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-design==0.5.0 (from -r docs/requirements.txt (line 80)) Downloading sphinx_design-0.5.0-py3-none-any.whl.metadata (5.1 kB) Collecting sphinx-js==3.2.2 (from -r docs/requirements.txt (line 82)) Downloading sphinx_js-3.2.2-py2.py3-none-any.whl.metadata (26 kB) Collecting sphinx-markdown-tables==0.0.17 (from -r docs/requirements.txt (line 84)) Downloading sphinx_markdown_tables-0.0.17-py3-none-any.whl.metadata (2.2 kB) Collecting sphinx-rtd-theme==2.0.0 (from -r docs/requirements.txt (line 86)) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) Requirement already satisfied: sphinxcontrib-applehelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 88)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 90)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp==2.1.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 92)) (2.1.0) Collecting sphinxcontrib-jquery==4.1 (from -r docs/requirements.txt (line 94)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Requirement already satisfied: sphinxcontrib-jsmath==1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 96)) (1.0.1) Collecting sphinxcontrib-mermaid==0.9.2 (from -r docs/requirements.txt (line 98)) Downloading sphinxcontrib_mermaid-0.9.2-py3-none-any.whl.metadata (12 kB) Requirement already satisfied: sphinxcontrib-qthelp==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 100)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml==2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 102)) (2.0.0) Collecting typing-extensions==4.12.2 (from -r docs/requirements.txt (line 104)) Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting uc-micro-py==1.0.3 (from -r docs/requirements.txt (line 106)) Downloading uc_micro_py-1.0.3-py3-none-any.whl.metadata (2.0 kB) Requirement already satisfied: urllib3==2.2.3 in /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/envs/latest/lib/python3.11/site-packages (from -r docs/requirements.txt (line 108)) (2.2.3) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading certifi-2024.8.30-py3-none-any.whl (167 kB) Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 43.2 MB/s eta 0:00:00 Downloading fluent.pygments-1.0-py2.py3-none-any.whl (3.6 kB) Downloading fluent.syntax-0.19.0-py2.py3-none-any.whl (16 kB) Downloading linkify_it_py-2.0.3-py3-none-any.whl (19 kB) Downloading Markdown-3.7-py3-none-any.whl (106 kB) Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Downloading mdit_py_plugins-0.4.2-py3-none-any.whl (55 kB) Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) Downloading myst_parser-2.0.0-py3-none-any.whl (77 kB) Downloading packaging-24.1-py3-none-any.whl (53 kB) Downloading parsimonious-0.10.0-py3-none-any.whl (48 kB) Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 462.5 MB/s eta 0:00:00 Downloading regex-2024.9.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (792 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 792.8/792.8 kB 349.7 MB/s eta 0:00:00 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading sphinx-7.4.7-py3-none-any.whl (3.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 203.1 MB/s eta 0:00:00 Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_design-0.5.0-py3-none-any.whl (2.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 230.2 MB/s eta 0:00:00 Downloading sphinx_js-3.2.2-py2.py3-none-any.whl (86 kB) Downloading sphinx_markdown_tables-0.0.17-py3-none-any.whl (28 kB) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 274.1 MB/s eta 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) Downloading sphinxcontrib_mermaid-0.9.2-py3-none-any.whl (13 kB) Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading uc_micro_py-1.0.3-py3-none-any.whl (6.2 kB) Building wheels for collected packages: markupsafe Building wheel for markupsafe (setup.py): started Building wheel for markupsafe (setup.py): finished with status 'done' Created wheel for markupsafe: filename=MarkupSafe-2.0.1-cp311-cp311-linux_x86_64.whl size=29140 sha256=fb824e32d49001c9def5a37ad7e4f5e865554c33511863ef1346f5baeb394538 Stored in directory: /tmp/pip-ephem-wheel-cache-au4tvd9m/wheels/ea/18/79/6266ea508b8164a77b95aa19534c77eb805f2878612c37efca Successfully built markupsafe Installing collected packages: uc-micro-py, typing-extensions, sphinxcontrib-mermaid, six, regex, pyyaml, packaging, mdurl, markupsafe, markdown, docutils, charset-normalizer, certifi, alabaster, sphinx-markdown-tables, parsimonious, markdown-it-py, linkify-it-py, fluent-syntax, sphinx, mdit-py-plugins, fluent-pygments, sphinxcontrib-jquery, sphinx-js, sphinx-design, sphinx-copybutton, myst-parser, sphinx-rtd-theme Attempting uninstall: packaging Found existing installation: packaging 24.2 Uninstalling packaging-24.2: Successfully uninstalled packaging-24.2 Attempting uninstall: markupsafe Found existing installation: MarkupSafe 3.0.2 Uninstalling MarkupSafe-3.0.2: Successfully uninstalled MarkupSafe-3.0.2 Attempting uninstall: docutils Found existing installation: docutils 0.21.2 Uninstalling docutils-0.21.2: Successfully uninstalled docutils-0.21.2 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.4.0 Uninstalling charset-normalizer-3.4.0: Successfully uninstalled charset-normalizer-3.4.0 Attempting uninstall: certifi Found existing installation: certifi 2024.12.14 Uninstalling certifi-2024.12.14: Successfully uninstalled certifi-2024.12.14 Attempting uninstall: alabaster Found existing installation: alabaster 1.0.0 Uninstalling alabaster-1.0.0: Successfully uninstalled alabaster-1.0.0 Attempting uninstall: sphinx Found existing installation: Sphinx 8.1.3 Uninstalling Sphinx-8.1.3: Successfully uninstalled Sphinx-8.1.3 Successfully installed alabaster-0.7.16 certifi-2024.8.30 charset-normalizer-3.3.2 docutils-0.20.1 fluent-pygments-1.0 fluent-syntax-0.19.0 linkify-it-py-2.0.3 markdown-3.7 markdown-it-py-3.0.0 markupsafe-2.0.1 mdit-py-plugins-0.4.2 mdurl-0.1.2 myst-parser-2.0.0 packaging-24.1 parsimonious-0.10.0 pyyaml-6.0.2 regex-2024.9.11 six-1.16.0 sphinx-7.4.7 sphinx-copybutton-0.5.2 sphinx-design-0.5.0 sphinx-js-3.2.2 sphinx-markdown-tables-0.0.17 sphinx-rtd-theme-2.0.0 sphinxcontrib-jquery-4.1 sphinxcontrib-mermaid-0.9.2 typing-extensions-4.12.2 uc-micro-py-1.0.3 [rtd-command-info] start-time: 2024-12-18T06:32:20.081639Z, end-time: 2024-12-18T06:32:23.850800Z, duration: 3, exit-code: 0 npm install -g jsdoc@~4.0.0 added 30 packages in 3s 2 packages are looking for funding run `npm fund` for details npm notice npm notice New major version of npm available! 10.8.2 -> 11.0.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0 npm notice To update run: npm install -g npm@11.0.0 npm notice Reshimming asdf nodejs... [rtd-command-info] start-time: 2024-12-18T06:32:24.020101Z, end-time: 2024-12-18T06:32:24.082427Z, duration: 0, exit-code: 0 cat docs/conf.py # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # Configuration file for the Sphinx documentation builder. import os import sys # Set up Python environment to load build system packages. OUR_DIR = os.path.dirname(__file__) topcommdir = os.path.normpath(os.path.join(OUR_DIR, "..")) project = "Thunderbird Source Docs" html_show_copyright = False author = "Thunderbird Developers" EXTRA_PATHS = ("docs/_addons", "python/rocbuild") sys.path[:0] = [os.path.join(topcommdir, p) for p in EXTRA_PATHS] sys.path.insert(0, OUR_DIR) extensions = [ "myst_parser", "sphinx.ext.autodoc", "sphinx.ext.autosectionlabel", "sphinx.ext.doctest", "sphinx.ext.graphviz", "sphinx.ext.napoleon", "sphinx.ext.todo", "rocsphinx", "sphinx_js", "sphinxcontrib.mermaid", "sphinx_copybutton", "sphinx_markdown_tables", "sphinx_design", "bzlink", ] root_for_relative_js_paths = topcommdir jsdoc_config_path = "jsdoc.conf.js" html_favicon = os.path.join(topcommdir, "mail/branding/nightly/messengerWindow.ico") myst_enable_extensions = [ "deflist", "fieldlist", "html_admonition", "html_image", "linkify", "replacements", "smartquotes", "strikethrough", "tasklist", ] myst_linkify_fuzzy_links = False myst_heading_anchors = 2 templates_path = ["_templates"] source_suffix = [".rst", ".md"] exclude_patterns = [ "_build", "Thumbs.db", ".DS_Store", "_staging", "_venv", "README.md", ] html_theme = "sphinx_rtd_theme" html_static_path = ["_static"] autosectionlabel_maxdepth = 1 def setup(app): app.add_css_file("custom_theme.css") [rtd-command-info] start-time: 2024-12-18T06:32:24.158171Z, end-time: 2024-12-18T06:32:51.293345Z, duration: 27, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.4.7 loading translations [en]... done Staging static documentation Converting `source_suffix = ['.rst', '.md']` to `source_suffix = {'.rst': 'restructuredtext', '.md': 'restructuredtext'}`. myst v2.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'smartquotes', 'html_image', 'fieldlist', 'replacements', 'tasklist', 'deflist', 'linkify', 'html_admonition', 'strikethrough'}, disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=2, heading_slug_func=None, html_meta={}, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=False, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True) WARNING: The @type tag does not permit a description; the description will be ignored. File: calendar-multiday-view.js, line: 225 WARNING: The @type tag does not permit a description; the description will be ignored. File: calendar-multiday-view.js, line: 231 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 37 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 42 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 44 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 49 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 51 WARNING: The @type tag does not permit a description; the description will be ignored. File: CalMetronome.sys.mjs, line: 56 WARNING: The @type tag does not permit a description; the description will be ignored. File: search-bar.mjs, line: 199 WARNING: The @type tag does not permit a description; the description will be ignored. File: search-bar.mjs, line: 204 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 120 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 126 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 197 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 197 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 204 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 204 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 227 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 232 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 246 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 246 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 252 WARNING: The @type tag does not permit a description; the description will be ignored. File: email-sync-accounts-form.mjs, line: 252 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1055 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1062 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1110 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1110 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1118 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1118 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1185 WARNING: The @type tag does not permit a description; the description will be ignored. File: email.mjs, line: 1190 ERROR: Unable to parse a tag's type expression for source file /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/checkouts/latest/mail/components/extensions/ExtensionMessages.sys.mjs in line 1340 with tag title "param" and text "{integer*} newValue": Invalid type expression "integer*": Expected "!", "#", "$", "(", "-", ".", "/", "0", ":", "<", "=", "?", "@", "[]", "\\", "_", "|", "~", "‌", "‍", Unicode combining mark, Unicode decimal number, Unicode letter number, Unicode lowercase letter, Unicode modifier letter, Unicode other letter, Unicode punctuation connector, Unicode titlecase letter, Unicode uppercase letter, [1-9], or end of input but "*" found. ERROR: Unable to parse a tag's type expression for source file /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/checkouts/latest/mail/components/extensions/ExtensionMessages.sys.mjs in line 1348 with tag title "param" and text "{integer*} newValue": Invalid type expression "integer*": Expected "!", "#", "$", "(", "-", ".", "/", "0", ":", "<", "=", "?", "@", "[]", "\\", "_", "|", "~", "‌", "‍", Unicode combining mark, Unicode decimal number, Unicode letter number, Unicode lowercase letter, Unicode modifier letter, Unicode other letter, Unicode punctuation connector, Unicode titlecase letter, Unicode uppercase letter, [1-9], or end of input but "*" found. WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 21 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 22 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 24 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 25 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 27 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 33 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 35 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 36 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 38 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 39 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 41 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 42 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 44 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 45 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 47 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 48 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 50 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 51 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 53 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 54 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 56 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 57 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 59 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 60 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 62 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 63 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 65 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 66 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 68 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 69 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 71 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 72 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 74 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 75 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 77 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 87 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 89 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 104 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 106 WARNING: The @type tag does not permit a description; the description will be ignored. File: keyObj.sys.mjs, line: 107 building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 23 source files that are out of date updating environment: [new config] 23 added, 0 changed, 0 removed reading sources... [ 4%] architecture/email_protocols reading sources... [ 9%] architecture/index reading sources... [ 13%] build/index reading sources... [ 17%] frontend/custom_element_conventions reading sources... [ 22%] frontend/index reading sources... [ 26%] frontend/quick_filter_bar reading sources... [ 30%] inappnotifications/index reading sources... [ 35%] index reading sources... [ 39%] l10n/cross_channel reading sources... [ 43%] l10n/fluent_migrations reading sources... [ 48%] l10n/index reading sources... [ 52%] l10n/testing_migrations reading sources... [ 57%] mots/index reading sources... [ 61%] rust/index reading sources... [ 65%] rust/manage_workspace reading sources... [ 70%] rust/new_component reading sources... [ 74%] rust/xpcom/implement_an_interface reading sources... [ 78%] rust/xpcom/index reading sources... [ 83%] rust/xpcom/use_xpcom_objects reading sources... [ 87%] storybook/create_story reading sources... [ 91%] storybook/index reading sources... [ 96%] storybook/running_storybook reading sources... [100%] telemetry/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done copying assets: done writing output... [ 4%] architecture/email_protocols writing output... [ 9%] architecture/index writing output... [ 13%] build/index writing output... [ 17%] frontend/custom_element_conventions writing output... [ 22%] frontend/index writing output... [ 26%] frontend/quick_filter_bar writing output... [ 30%] inappnotifications/index writing output... [ 35%] index writing output... [ 39%] l10n/cross_channel writing output... [ 43%] l10n/fluent_migrations writing output... [ 48%] l10n/index writing output... [ 52%] l10n/testing_migrations writing output... [ 57%] mots/index writing output... [ 61%] rust/index writing output... [ 65%] rust/manage_workspace writing output... [ 70%] rust/new_component writing output... [ 74%] rust/xpcom/implement_an_interface writing output... [ 78%] rust/xpcom/index writing output... [ 83%] rust/xpcom/use_xpcom_objects writing output... [ 87%] storybook/create_story writing output... [ 91%] storybook/index writing output... [ 96%] storybook/running_storybook writing output... [100%] telemetry/index /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/checkouts/latest/_readthedocs/html/_staging/inappnotifications/index.md:39: WARNING: 'myst' cross-reference target not found: 'displayed-notifications' [myst.xref_missing] /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/checkouts/latest/_readthedocs/html/_staging/inappnotifications/index.md:145: WARNING: Lexing literal_block '{\n "id": "test-notification",\n [...],\n "targeting": {\n "exclude": [\n {\n "pref_true": ["example.unset.pref"],\n },\n {\n "pref_false": ["example.unset.pref"],\n },\n ]\n }\n}\n' as "json" resulted in an error at token: '.'. Retrying in relaxed mode. /home/docs/checkouts/readthedocs.org/user_builds/thunderbird-thunderbird-source-docs/checkouts/latest/_readthedocs/html/_staging/rust/new_component.md:12: WARNING: Lexing literal_block "...\n\n[workspace]\nmembers = [ ..., 'example_crate', ...]\n\n...\n" as "toml" resulted in an error at token: '.'. Retrying in relaxed mode. generating indices... genindex done writing additional pages... search done copying images... [ 33%] architecture/LoadMessageCallStack.png copying images... [ 67%] architecture/MessageStorageSchema.png copying images... [100%] architecture/MessageRenderingSchema.png dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 3 warnings. The HTML pages are in ../_readthedocs/html.