Read the Docs build information Build id: 1849242 Project: mdolab-niceplots Version: latest Commit: 2c7bc268d6ec9389fbfd08f0d214bc145151e602 Date: 2023-11-16T19:31:58.794886Z State: finished Success: True [rtd-command-info] start-time: 2023-11-16T19:31:59.935592Z, end-time: 2023-11-16T19:32:01.298499Z, duration: 1, exit-code: 0 git clone --depth 1 https://github.com/mdolab/niceplots.git . Cloning into '.'... [rtd-command-info] start-time: 2023-11-16T19:32:01.414932Z, end-time: 2023-11-16T19:32:04.212717Z, duration: 2, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/mdolab/niceplots * [new tag] v1.1.0 -> v1.1.0 * [new tag] v1.2.0 -> v1.2.0 * [new tag] v1.2.1 -> v1.2.1 * [new tag] v1.3.0 -> v1.3.0 * [new tag] v2.0.0 -> v2.0.0 * [new tag] v2.1.0 -> v2.1.0 * [new tag] v2.2.0 -> v2.2.0 * [new tag] v2.3.0 -> v2.3.0 * [new tag] v2.4.0 -> v2.4.0 * [new tag] v2.4.1 -> v2.4.1 [rtd-command-info] start-time: 2023-11-16T19:32:04.352111Z, end-time: 2023-11-16T19:32:04.496809Z, 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 2c7bc26 Improve default behaviour of `label_line_ends` (#38) [rtd-command-info] start-time: 2023-11-16T19:32:04.560555Z, end-time: 2023-11-16T19:32:04.627714Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-11-16T19:32:04.703070Z, end-time: 2023-11-16T19:32:04.762230Z, 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-20.04 tools: python: "3.10" apt_packages: - fonts-cmu # Install the fonts for the james style jobs: pre_install: - mkdir Prompt - cd Prompt - wget "https://fonts.google.com/download?family=Prompt" -O Prompt.zip - unzip Prompt.zip - mkdir ~/.fonts - cp *.ttf ~/.fonts - cd .. # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py fail_on_warning: true # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf # Optionally declare the Python requirements required to build your docs python: install: - method: pip path: . - requirements: doc/requirements.txt [rtd-command-info] start-time: 2023-11-16T19:32:05.788760Z, end-time: 2023-11-16T19:32:09.561917Z, duration: 3, exit-code: 0 apt-get update --assume-yes --quiet Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3017 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB] Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1126 kB] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3196 kB] Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [3166 kB] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1430 kB] Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3684 kB] Get:13 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] Get:14 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] Fetched 16.1 MB in 3s (6223 kB/s) Reading package lists... [rtd-command-info] start-time: 2023-11-16T19:32:09.633739Z, end-time: 2023-11-16T19:32:20.806969Z, duration: 11, exit-code: 0 apt-get install --assume-yes --quiet -- fonts-cmu Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: fonts-cmu 0 upgraded, 1 newly installed, 0 to remove and 308 not upgraded. Need to get 4888 kB of archives. After this operation, 15.3 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu focal/universe amd64 fonts-cmu all 0.7.0-4 [4888 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 4888 kB in 1s (6126 kB/s) Selecting previously unselected package fonts-cmu. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 262057 files and directories currently installed.) Preparing to unpack .../fonts-cmu_0.7.0-4_all.deb ... Unpacking fonts-cmu (0.7.0-4) ... Setting up fonts-cmu (0.7.0-4) ... Processing triggers for fontconfig (2.13.1-2ubuntu3) ... [rtd-command-info] start-time: 2023-11-16T19:32:25.674070Z, end-time: 2023-11-16T19:32:25.750246Z, duration: 0, exit-code: 0 asdf global python 3.10.13 [rtd-command-info] start-time: 2023-11-16T19:32:26.121500Z, end-time: 2023-11-16T19:32:27.499670Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.10.13.final.0-64 in 839ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/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: 2023-11-16T19:32:27.574709Z, end-time: 2023-11-16T19:32:27.727036Z, duration: 0, exit-code: 0 mkdir Prompt [rtd-command-info] start-time: 2023-11-16T19:32:27.821457Z, end-time: 2023-11-16T19:32:27.915570Z, duration: 0, exit-code: 0 cd Prompt [rtd-command-info] start-time: 2023-11-16T19:32:27.989448Z, end-time: 2023-11-16T19:32:29.115675Z, duration: 1, exit-code: 0 wget "https://fonts.google.com/download?family=Prompt" -O Prompt.zip --2023-11-16 19:32:28-- https://fonts.google.com/download?family=Prompt Resolving fonts.google.com (fonts.google.com)... 142.250.217.110, 2607:f8b0:400a:80a::200e Connecting to fonts.google.com (fonts.google.com)|142.250.217.110|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: ‘Prompt.zip’ 0K .......... .......... .......... .......... .......... 3.12M 50K .......... .......... .......... .......... .......... 1.34M 100K .......... .......... .......... .......... .......... 1.69M 150K .......... .......... .......... .......... .......... 2.29M 200K .......... .......... .......... .......... .......... 3.31M 250K .......... .......... .......... .......... .......... 4.26M 300K .......... .......... .......... .......... .......... 4.55M 350K .......... .......... .......... .......... .......... 4.40M 400K .......... .......... .......... .......... .......... 5.72M 450K .......... .......... .......... .......... .......... 7.31M 500K .......... .......... .......... .......... .......... 5.30M 550K .......... .......... .......... .......... .......... 11.9M 600K .......... .......... .......... .......... .......... 11.5M 650K .......... .......... .......... .......... .......... 6.92M 700K .......... .......... .......... .......... .......... 16.7M 750K .......... .......... .......... .......... .......... 3.16M 800K .......... .......... .......... .......... .......... 6.43M 850K .......... .......... .......... .......... .......... 6.71M 900K .......... .......... .......... .......... .......... 49.8M 950K .......... .......... .......... .......... .......... 49.3M 1000K .......... .......... .......... .......... .......... 33.8M 1050K .......... .......... .......... .......... .......... 66.4M 1100K .......... .......... .......... .......... .......... 6.47M 1150K .......... .......... .......... .......... .......... 141M 1200K .......... .......... ..... 162M=0.2s 2023-11-16 19:32:29 (5.08 MB/s) - ‘Prompt.zip’ saved [1254789] [rtd-command-info] start-time: 2023-11-16T19:32:29.206029Z, end-time: 2023-11-16T19:32:29.611077Z, duration: 0, exit-code: 0 unzip Prompt.zip Archive: Prompt.zip inflating: OFL.txt inflating: Prompt-Thin.ttf inflating: Prompt-ThinItalic.ttf inflating: Prompt-ExtraLight.ttf inflating: Prompt-ExtraLightItalic.ttf inflating: Prompt-Light.ttf inflating: Prompt-LightItalic.ttf inflating: Prompt-Regular.ttf inflating: Prompt-Italic.ttf inflating: Prompt-Medium.ttf inflating: Prompt-MediumItalic.ttf inflating: Prompt-SemiBold.ttf inflating: Prompt-SemiBoldItalic.ttf inflating: Prompt-Bold.ttf inflating: Prompt-BoldItalic.ttf inflating: Prompt-ExtraBold.ttf inflating: Prompt-ExtraBoldItalic.ttf inflating: Prompt-Black.ttf inflating: Prompt-BlackItalic.ttf [rtd-command-info] start-time: 2023-11-16T19:32:29.675780Z, end-time: 2023-11-16T19:32:29.815220Z, duration: 0, exit-code: 0 mkdir ~/.fonts [rtd-command-info] start-time: 2023-11-16T19:32:29.882805Z, end-time: 2023-11-16T19:32:30.018745Z, duration: 0, exit-code: 0 cp *.ttf ~/.fonts [rtd-command-info] start-time: 2023-11-16T19:32:30.100676Z, end-time: 2023-11-16T19:32:30.208185Z, duration: 0, exit-code: 0 cd .. [rtd-command-info] start-time: 2023-11-16T19:32:30.273826Z, end-time: 2023-11-16T19:32:40.452295Z, duration: 10, 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/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (23.1) Collecting pip Downloading pip-23.3.1-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 41.2 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (67.6.1) Collecting setuptools Downloading setuptools-68.2.2-py3-none-any.whl (807 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 173.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-23.3.1 setuptools-68.2.2 [rtd-command-info] start-time: 2023-11-16T19:32:40.523668Z, end-time: 2023-11-16T19:32:46.297142Z, duration: 5, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 5.7 MB/s eta 0:00:00 Collecting Pygments>=2.14 (from sphinx) Downloading Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 61.4 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.13.1-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 218.0 MB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 79.0 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Downloading Babel-2.13.1-py3-none-any.whl (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 161.3 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 257.2 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 223.2 MB/s eta 0:00:00 Downloading Pygments-2.16.1-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 290.8 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 234.5 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.4-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 255.1 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.9-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 256.8 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.7-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 260.8 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.5-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 245.0 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.6-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 262.4 MB/s eta 0:00:00 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 272.2 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.1/142.1 kB 276.0 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.1.0-py3-none-any.whl (104 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/104.6 kB 252.5 MB/s eta 0:00:00 Installing collected packages: snowballstemmer, urllib3, sphinxcontrib-jsmath, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, readthedocs-sphinx-ext, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, sphinx Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.3 Pygments-2.16.1 alabaster-0.7.13 babel-2.13.1 certifi-2023.7.22 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.4 imagesize-1.4.1 packaging-23.2 readthedocs-sphinx-ext-2.2.3 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.7 sphinxcontrib-devhelp-1.0.5 sphinxcontrib-htmlhelp-2.0.4 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.6 sphinxcontrib-serializinghtml-1.1.9 urllib3-2.1.0 [rtd-command-info] start-time: 2023-11-16T19:32:46.374663Z, end-time: 2023-11-16T19:32:59.407883Z, duration: 13, exit-code: 0 python -m pip install --upgrade --upgrade-strategy only-if-needed --no-cache-dir . Processing /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/checkouts/latest Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting numpy>=1.16 (from niceplots==2.5.0) Downloading numpy-1.26.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.5 MB/s eta 0:00:00 Collecting matplotlib>=2.2 (from niceplots==2.5.0) Downloading matplotlib-3.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) Collecting scipy>=1.7 (from niceplots==2.5.0) Downloading scipy-1.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 157.8 MB/s eta 0:00:00 Collecting contourpy>=1.0.1 (from matplotlib>=2.2->niceplots==2.5.0) Downloading contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB) Collecting cycler>=0.10 (from matplotlib>=2.2->niceplots==2.5.0) Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib>=2.2->niceplots==2.5.0) Downloading fonttools-4.44.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (154 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.6/154.6 kB 19.5 MB/s eta 0:00:00 Collecting kiwisolver>=1.3.1 (from matplotlib>=2.2->niceplots==2.5.0) Downloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.4 kB) Requirement already satisfied: packaging>=20.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=2.2->niceplots==2.5.0) (23.2) Collecting pillow>=8 (from matplotlib>=2.2->niceplots==2.5.0) Downloading Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting pyparsing>=2.3.1 (from matplotlib>=2.2->niceplots==2.5.0) Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Collecting python-dateutil>=2.7 (from matplotlib>=2.2->niceplots==2.5.0) Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 154.4 MB/s eta 0:00:00 Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib>=2.2->niceplots==2.5.0) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading matplotlib-3.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 164.1 MB/s eta 0:00:00 Downloading numpy-1.26.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 177.1 MB/s eta 0:00:00 Downloading scipy-1.11.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.4/36.4 MB 189.4 MB/s eta 0:00:00 Downloading contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 310.7/310.7 kB 286.0 MB/s eta 0:00:00 Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) Downloading fonttools-4.44.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 215.1 MB/s eta 0:00:00 Downloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 255.3 MB/s eta 0:00:00 Downloading Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 198.8 MB/s eta 0:00:00 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/103.1 kB 260.1 MB/s eta 0:00:00 Building wheels for collected packages: niceplots Building wheel for niceplots (setup.py): started Building wheel for niceplots (setup.py): finished with status 'done' Created wheel for niceplots: filename=niceplots-2.5.0-py3-none-any.whl size=17519 sha256=f29175576c7b29b0a3a9855ad5b58f6c55326186efb6d2da712af497f30a5805 Stored in directory: /tmp/pip-ephem-wheel-cache-um9aloq4/wheels/22/44/21/607406ecbe0f87f30e9af8f167f13db66bc71db43345f8a728 Successfully built niceplots Installing collected packages: six, pyparsing, pillow, numpy, kiwisolver, fonttools, cycler, scipy, python-dateutil, contourpy, matplotlib, niceplots Successfully installed contourpy-1.2.0 cycler-0.12.1 fonttools-4.44.3 kiwisolver-1.4.5 matplotlib-3.8.1 niceplots-2.5.0 numpy-1.26.2 pillow-10.1.0 pyparsing-3.1.1 python-dateutil-2.8.2 scipy-1.11.3 six-1.16.0 [rtd-command-info] start-time: 2023-11-16T19:32:59.492946Z, end-time: 2023-11-16T19:33:03.133180Z, duration: 3, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r doc/requirements.txt Collecting sphinx_mdolab_theme (from -r doc/requirements.txt (line 1)) Downloading sphinx_mdolab_theme-1.4.2-py3-none-any.whl (45 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/45.1 kB 8.6 MB/s eta 0:00:00 Collecting sphinx-gallery (from -r doc/requirements.txt (line 2)) Downloading sphinx_gallery-0.14.0-py3-none-any.whl.metadata (5.9 kB) Requirement already satisfied: matplotlib>=3.6 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from -r doc/requirements.txt (line 3)) (3.8.1) Requirement already satisfied: sphinx>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (7.2.6) Collecting sphinx-rtd-theme>=0.5 (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl.metadata (4.5 kB) Collecting pyyaml (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting numpydoc (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading numpydoc-1.6.0-py3-none-any.whl.metadata (4.2 kB) Collecting sphinx-prompt (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_prompt-1.8.0-py3-none-any.whl.metadata (3.1 kB) Collecting sphinx-copybutton (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Collecting sphinxcontrib-autoprogram (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_autoprogram-0.1.8-py2.py3-none-any.whl (8.8 kB) Collecting sphinxcontrib-bibtex (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_bibtex-2.6.1-py3-none-any.whl.metadata (6.1 kB) Collecting sphinx-tabs (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_tabs-3.4.4-py3-none-any.whl.metadata (6.3 kB) Collecting redbaron (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading redbaron-0.9.2-py2.py3-none-any.whl (34 kB) Requirement already satisfied: numpy in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.26.2) Requirement already satisfied: contourpy>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (1.2.0) Requirement already satisfied: cycler>=0.10 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (0.12.1) Requirement already satisfied: fonttools>=4.22.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (4.44.3) Requirement already satisfied: kiwisolver>=1.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (1.4.5) Requirement already satisfied: packaging>=20.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (23.2) Requirement already satisfied: pillow>=8 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (10.1.0) Requirement already satisfied: pyparsing>=2.3.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (3.1.1) Requirement already satisfied: python-dateutil>=2.7 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from matplotlib>=3.6->-r doc/requirements.txt (line 3)) (2.8.2) Requirement already satisfied: six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from python-dateutil>=2.7->matplotlib>=3.6->-r doc/requirements.txt (line 3)) (1.16.0) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.7) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.5) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.0.4) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.1.9) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.6) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.1.2) Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.16.1) Requirement already satisfied: docutils<0.21,>=0.18.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (0.20.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.13.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (0.7.13) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.31.0) Collecting docutils<0.21,>=0.18.1 (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.0/570.0 kB 38.7 MB/s eta 0:00:00 Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme>=0.5->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 243.5 MB/s eta 0:00:00 Collecting tabulate>=0.8.10 (from numpydoc->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Collecting tomli>=1.1.0 (from numpydoc->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Collecting baron>=0.7 (from redbaron->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading baron-0.10.1-py2.py3-none-any.whl (45 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.6/45.6 kB 195.8 MB/s eta 0:00:00 INFO: pip is looking at multiple versions of sphinxcontrib-bibtex to determine which version is compatible with other requirements. This could take a while. Collecting sphinxcontrib-bibtex (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_bibtex-2.6.0-py3-none-any.whl.metadata (6.1 kB) Downloading sphinxcontrib_bibtex-2.5.0-py3-none-any.whl (39 kB) Collecting pybtex>=0.24 (from sphinxcontrib-bibtex->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 240.3 MB/s eta 0:00:00 Collecting pybtex-docutils>=1.0.0 (from sphinxcontrib-bibtex->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading pybtex_docutils-1.0.3-py3-none-any.whl.metadata (4.3 kB) Collecting rply (from baron>=0.7->redbaron->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading rply-0.7.8-py2.py3-none-any.whl (16 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from Jinja2>=3.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.1.3) Collecting latexcodec>=1.0.4 (from pybtex>=0.24->sphinxcontrib-bibtex->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading latexcodec-2.0.1-py2.py3-none-any.whl (18 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-niceplots/envs/latest/lib/python3.10/site-packages (from requests>=2.25.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2023.7.22) Collecting appdirs (from rply->baron>=0.7->redbaron->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Downloading sphinx_gallery-0.14.0-py3-none-any.whl (151 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.2/151.2 kB 258.0 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-1.3.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 222.7 MB/s eta 0:00:00 Downloading numpydoc-1.6.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.7/61.7 kB 223.2 MB/s eta 0:00:00 Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 705.5/705.5 kB 274.7 MB/s eta 0:00:00 Downloading sphinx_prompt-1.8.0-py3-none-any.whl (7.3 kB) Downloading sphinx_tabs-3.4.4-py3-none-any.whl (9.9 kB) Downloading pybtex_docutils-1.0.3-py3-none-any.whl (6.4 kB) Installing collected packages: appdirs, tomli, tabulate, rply, pyyaml, latexcodec, docutils, pybtex, baron, redbaron, pybtex-docutils, sphinxcontrib-jquery, sphinxcontrib-bibtex, sphinxcontrib-autoprogram, sphinx-tabs, sphinx-rtd-theme, sphinx-prompt, sphinx-copybutton, numpydoc, sphinx_mdolab_theme, sphinx-gallery Attempting uninstall: docutils Found existing installation: docutils 0.20.1 Uninstalling docutils-0.20.1: Successfully uninstalled docutils-0.20.1 Successfully installed appdirs-1.4.4 baron-0.10.1 docutils-0.18.1 latexcodec-2.0.1 numpydoc-1.6.0 pybtex-0.24.0 pybtex-docutils-1.0.3 pyyaml-6.0.1 redbaron-0.9.2 rply-0.7.8 sphinx-copybutton-0.5.2 sphinx-gallery-0.14.0 sphinx-prompt-1.8.0 sphinx-rtd-theme-1.3.0 sphinx-tabs-3.4.4 sphinx_mdolab_theme-1.4.2 sphinxcontrib-autoprogram-0.1.8 sphinxcontrib-bibtex-2.5.0 sphinxcontrib-jquery-4.1 tabulate-0.9.0 tomli-2.0.1 [rtd-command-info] start-time: 2023-11-16T19:33:03.720990Z, end-time: 2023-11-16T19:33:03.790191Z, duration: 0, exit-code: 0 cat doc/conf.py from sphinx_mdolab_theme.config import * from glob import glob import shutil import os from sphinx_gallery.scrapers import figure_rst from pathlib import PurePosixPath class svgScraper(object): """This is a custom scraper for sphinx-gallery that allows us to use the svg files written by our examples. It is almost entirely copied from the PNGScraper shown at: https://sphinx-gallery.github.io/dev/advanced.html#example-2-detecting-image-files-on-disk """ def __init__(self): self.seen = set() def __repr__(self): return "svgScraper" def __call__(self, block, block_vars, gallery_conf): # Find all svg files in the directory of this example. path_current_example = os.path.dirname(block_vars["src_file"]) svgs = sorted(glob(os.path.join(path_current_example, "*.svg"))) # Get the name of the current example, e.g if the file is called "plot_nested_pie_chart.py", # then example_name = "nested_pie_chart" example_name = os.path.splitext(os.path.basename(block_vars["src_file"]))[0].split("plot_")[0] # Iterate through svgs, copy them to the sphinx-gallery output directory image_names = list() image_path_iterator = block_vars["image_path_iterator"] for svg in svgs: if svg not in self.seen and example_name.lower() in svg.lower(): self.seen |= set(svg) this_image_path = image_path_iterator.next() image_path = PurePosixPath(this_image_path) image_path = image_path.with_suffix(".svg") image_names.append(image_path) shutil.move(svg, image_path) # Use the `figure_rst` helper function to generate rST for image files return figure_rst(image_names, gallery_conf["src_dir"]) # -- Project information ----------------------------------------------------- project = "niceplots" # sphinx-gallery extensions.extend(["sphinx_gallery.gen_gallery"]) sphinx_gallery_conf = { "examples_dirs": "../examples", # path to your example scripts "gallery_dirs": "auto_examples", # path to where to save gallery generated output "image_scrapers": (svgScraper(),), } ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ], 'subprojects': [ ], 'slug': 'mdolab-niceplots', 'name': u'niceplots', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/doc/', 'api_host': 'https://readthedocs.com', 'github_user': 'mdolab', 'proxied_api_host': '/_', 'github_repo': 'niceplots', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '2c7bc268', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/mdolab-niceplots/builds/1849242/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-11-16T19:33:03.856459Z, end-time: 2023-11-16T19:34:24.034582Z, duration: 80, exit-code: 0 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 making output directory... done Matplotlib is building the font cache; this may take a moment. Using Sphinx-Gallery to convert rst text blocks to markdown for .ipynb files. checking bibtex cache... out of date [autosummary] generating autosummary for: API.rst, index.rst loading intersphinx inventory from https://mdolab-pygeo.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-baseclasses.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-idwarp.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-adflow.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-pyhyp.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-multipoint.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-pyspline.readthedocs-hosted.com/en/latest/objects.inv... loading intersphinx inventory from https://mdolab-mach-aero.readthedocs-hosted.com/en/latest/objects.inv... generating gallery... generating gallery for auto_examples... [ 11%] plot_bar_chart.py generating gallery for auto_examples... [ 22%] plot_nested_pie_chart.py generating gallery for auto_examples... [ 33%] plot_line_end_labels.py generating gallery for auto_examples... [ 44%] plot_stacks.py generating gallery for auto_examples... [ 56%] plot_opt_prob.py generating gallery for auto_examples... [ 67%] plot_colored_line.py generating gallery for auto_examples... [ 78%] plot_parula_contours.py generating gallery for auto_examples... [ 89%] plot_color_demo.py generating gallery for auto_examples... [100%] plot_style_demo.py computation time summary: - ../examples/plot_style_demo.py: 4.32 sec 0.0 MB - ../examples/plot_opt_prob.py: 4.20 sec 0.0 MB - ../examples/plot_parula_contours.py: 2.45 sec 0.0 MB - ../examples/plot_colored_line.py: 2.37 sec 0.0 MB - ../examples/plot_color_demo.py: 2.01 sec 0.0 MB - ../examples/plot_stacks.py: 1.82 sec 0.0 MB - ../examples/plot_nested_pie_chart.py: 1.59 sec 0.0 MB - ../examples/plot_bar_chart.py: 1.39 sec 0.0 MB - ../examples/plot_line_end_labels.py: 1.12 sec 0.0 MB building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 2 source files that are out of date updating environment: [new config] 13 added, 0 changed, 0 removed reading sources... [ 8%] API reading sources... [ 15%] auto_examples/index reading sources... [ 23%] auto_examples/plot_bar_chart reading sources... [ 31%] auto_examples/plot_color_demo reading sources... [ 38%] auto_examples/plot_colored_line reading sources... [ 46%] auto_examples/plot_line_end_labels reading sources... [ 54%] auto_examples/plot_nested_pie_chart reading sources... [ 62%] auto_examples/plot_opt_prob reading sources... [ 69%] auto_examples/plot_parula_contours reading sources... [ 77%] auto_examples/plot_stacks reading sources... [ 85%] auto_examples/plot_style_demo reading sources... [ 92%] auto_examples/sg_execution_times reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying downloadable files... [ 5%] auto_examples/auto_examples_python.zip copying downloadable files... [ 10%] auto_examples/auto_examples_jupyter.zip copying downloadable files... [ 15%] auto_examples/plot_bar_chart.py copying downloadable files... [ 20%] auto_examples/plot_bar_chart.ipynb copying downloadable files... [ 25%] auto_examples/plot_color_demo.py copying downloadable files... [ 30%] auto_examples/plot_color_demo.ipynb copying downloadable files... [ 35%] auto_examples/plot_colored_line.py copying downloadable files... [ 40%] auto_examples/plot_colored_line.ipynb copying downloadable files... [ 45%] auto_examples/plot_line_end_labels.py copying downloadable files... [ 50%] auto_examples/plot_line_end_labels.ipynb copying downloadable files... [ 55%] auto_examples/plot_nested_pie_chart.py copying downloadable files... [ 60%] auto_examples/plot_nested_pie_chart.ipynb copying downloadable files... [ 65%] auto_examples/plot_opt_prob.py copying downloadable files... [ 70%] auto_examples/plot_opt_prob.ipynb copying downloadable files... [ 75%] auto_examples/plot_parula_contours.py copying downloadable files... [ 80%] auto_examples/plot_parula_contours.ipynb copying downloadable files... [ 85%] auto_examples/plot_stacks.py copying downloadable files... [ 90%] auto_examples/plot_stacks.ipynb copying downloadable files... [ 95%] auto_examples/plot_style_demo.py copying downloadable files... [100%] auto_examples/plot_style_demo.ipynb copying static files... done copying extra files... done done writing output... [ 8%] API writing output... [ 15%] auto_examples/index writing output... [ 23%] auto_examples/plot_bar_chart writing output... [ 31%] auto_examples/plot_color_demo writing output... [ 38%] auto_examples/plot_colored_line writing output... [ 46%] auto_examples/plot_line_end_labels writing output... [ 54%] auto_examples/plot_nested_pie_chart writing output... [ 62%] auto_examples/plot_opt_prob writing output... [ 69%] auto_examples/plot_parula_contours writing output... [ 77%] auto_examples/plot_stacks writing output... [ 85%] auto_examples/plot_style_demo writing output... [ 92%] auto_examples/sg_execution_times writing output... [100%] index generating indices... genindex py-modindex done highlighting module code... [100%] niceplots.utils writing additional pages... search done copying images... [ 11%] auto_examples/images/thumb/sphx_glr_plot_bar_chart_thumb.svg copying images... [ 22%] auto_examples/images/thumb/sphx_glr_plot_nested_pie_chart_thumb.svg copying images... [ 33%] auto_examples/images/thumb/sphx_glr_plot_line_end_labels_thumb.svg copying images... [ 44%] auto_examples/images/thumb/sphx_glr_plot_stacks_thumb.svg copying images... [ 56%] auto_examples/images/thumb/sphx_glr_plot_opt_prob_thumb.svg copying images... [ 67%] auto_examples/images/thumb/sphx_glr_plot_colored_line_thumb.svg copying images... [ 78%] auto_examples/images/thumb/sphx_glr_plot_parula_contours_thumb.svg copying images... [ 89%] auto_examples/images/thumb/sphx_glr_plot_color_demo_thumb.svg copying images... [100%] auto_examples/images/thumb/sphx_glr_plot_style_demo_thumb.svg dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... Sphinx-Gallery successfully executed 9 out of 9 files subselected by: gallery_conf["filename_pattern"] = '/plot' gallery_conf["ignore_pattern"] = '__init__\\.py' after excluding 0 files that had previously been run (based on MD5). embedding documentation hyperlinks... embedding documentation hyperlinks for auto_examples... [ 9%] plot_style_demo.html embedding documentation hyperlinks for auto_examples... [ 18%] sg_execution_times.html embedding documentation hyperlinks for auto_examples... [ 27%] index.html embedding documentation hyperlinks for auto_examples... [ 36%] plot_stacks.html embedding documentation hyperlinks for auto_examples... [ 45%] plot_parula_contours.html embedding documentation hyperlinks for auto_examples... [ 55%] plot_opt_prob.html embedding documentation hyperlinks for auto_examples... [ 64%] plot_line_end_labels.html embedding documentation hyperlinks for auto_examples... [ 73%] plot_nested_pie_chart.html embedding documentation hyperlinks for auto_examples... [ 82%] plot_colored_line.html embedding documentation hyperlinks for auto_examples... [ 91%] plot_bar_chart.html embedding documentation hyperlinks for auto_examples... [100%] plot_color_demo.html build succeeded. The HTML pages are in ../_readthedocs/html.