Read the Docs build information Build id: 2626406 Project: mdolab-baseclasses Version: 95 Commit: 7fc9a08e51da8bb91c273933c00a6cafd35620ac Date: 2024-11-19T16:37:45.901786Z State: finished Success: True [rtd-command-info] start-time: 2024-11-19T16:38:05.608677Z, end-time: 2024-11-19T16:38:06.075781Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/mdolab/baseclasses.git . Cloning into '.'... [rtd-command-info] start-time: 2024-11-19T16:38:06.152679Z, end-time: 2024-11-19T16:38:07.014895Z, duration: 0, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 pull/95/head:external-95 From https://github.com/mdolab/baseclasses * [new ref] refs/pull/95/head -> external-95 * [new tag] v1.6.2 -> v1.6.2 * [new tag] v1.7.0 -> v1.7.0 * [new tag] v1.8.0 -> v1.8.0 [rtd-command-info] start-time: 2024-11-19T16:38:07.146411Z, end-time: 2024-11-19T16:38:07.221140Z, duration: 0, exit-code: 0 git checkout --force 7fc9a08e51da8bb91c273933c00a6cafd35620ac Note: switching to '7fc9a08e51da8bb91c273933c00a6cafd35620ac'. 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 7fc9a08 Updgraded the zone name matching to be more robust [rtd-command-info] start-time: 2024-11-19T16:38:07.300183Z, end-time: 2024-11-19T16:38:07.367495Z, 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 version: 2 build: os: ubuntu-22.04 tools: python: "3.11" sphinx: configuration: doc/conf.py python: install: - requirements: doc/requirements.txt [rtd-command-info] start-time: 2024-11-19T16:38:13.559196Z, end-time: 2024-11-19T16:38:13.646835Z, duration: 0, exit-code: 0 asdf global python 3.11.9 [rtd-command-info] start-time: 2024-11-19T16:38:14.111732Z, end-time: 2024-11-19T16:38:15.234489Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.11.9.final.0-64 in 794ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95, 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-11-19T16:38:15.302189Z, end-time: 2024-11-19T16:38:29.758095Z, duration: 14, 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-baseclasses/envs/95/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 10.1 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (67.6.1) Collecting setuptools Downloading setuptools-75.5.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 22.6 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.5.0 [rtd-command-info] start-time: 2024-11-19T16:38:29.826703Z, end-time: 2024-11-19T16:38:40.275449Z, duration: 10, 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.8.30-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-8.1.3-py3-none-any.whl (3.5 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 99.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 171.7 MB/s eta 0:00:00 Downloading docutils-0.21.2-py3-none-any.whl (587 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 328.0 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 384.7 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.8.30-py3-none-any.whl (167 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.8.30 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-11-19T16:38:40.355283Z, end-time: 2024-11-19T16:38:46.329334Z, duration: 5, 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.metadata (1.3 kB) Requirement already satisfied: sphinx>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (8.1.3) Collecting sphinx-rtd-theme>=0.5 (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl.metadata (4.4 kB) Collecting pyyaml (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading PyYAML-6.0.2-cp311-cp311-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.8.0-py3-none-any.whl.metadata (4.3 kB) Collecting sphinx-prompt (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_prompt-1.9.0-py3-none-any.whl.metadata (3.2 kB) Collecting sphinx-copybutton (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB) Collecting sphinxcontrib-autoprogram (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_autoprogram-0.1.9-py2.py3-none-any.whl.metadata (2.2 kB) Collecting sphinxcontrib-bibtex (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinxcontrib_bibtex-2.6.3-py3-none-any.whl.metadata (6.3 kB) Collecting sphinx-tabs (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading sphinx_tabs-3.4.7-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.metadata (15 kB) Collecting numpy (from sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading numpy-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) Requirement already satisfied: sphinxcontrib-applehelp>=1.0.7 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath>=1.0.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp>=1.0.6 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.0.0) Requirement already satisfied: Jinja2>=3.1 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.1.4) Requirement already satisfied: Pygments>=2.17 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.18.0) Requirement already satisfied: docutils<0.22,>=0.20 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (0.21.2) Requirement already satisfied: snowballstemmer>=2.2 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=2.13 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.16.0) Requirement already satisfied: alabaster>=0.7.14 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.0.0) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.30.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.32.3) Requirement already satisfied: packaging>=23.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (24.2) 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.metadata (2.6 kB) 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.metadata (34 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.metadata (16 kB) Requirement already satisfied: certifi in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx-prompt->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2024.8.30) Requirement already satisfied: idna in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx-prompt->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.10) Requirement already satisfied: urllib3 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from sphinx-prompt->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (2.2.3) 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.metadata (2.0 kB) 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.metadata (4.2 kB) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from Jinja2>=3.1->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.0.2) Collecting latexcodec>=1.0.4 (from pybtex>=0.24->sphinxcontrib-bibtex->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading latexcodec-3.0.0-py3-none-any.whl.metadata (4.9 kB) Collecting six (from pybtex>=0.24->sphinxcontrib-bibtex->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/envs/95/lib/python3.11/site-packages (from requests>=2.30.0->sphinx>=3.0->sphinx_mdolab_theme->-r doc/requirements.txt (line 1)) (3.4.0) 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.metadata (9.0 kB) Downloading sphinx_mdolab_theme-1.4.2-py3-none-any.whl (45 kB) Downloading sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl (7.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.7/7.7 MB 182.7 MB/s eta 0:00:00 Downloading numpy-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/16.3 MB 254.3 MB/s eta 0:00:00 Downloading numpydoc-1.8.0-py3-none-any.whl (64 kB) Downloading PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (762 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 763.0/763.0 kB 521.9 MB/s eta 0:00:00 Downloading redbaron-0.9.2-py2.py3-none-any.whl (34 kB) Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB) Downloading sphinx_prompt-1.9.0-py3-none-any.whl (7.3 kB) Downloading sphinx_tabs-3.4.7-py3-none-any.whl (9.7 kB) Downloading sphinxcontrib_autoprogram-0.1.9-py2.py3-none-any.whl (8.9 kB) Downloading sphinxcontrib_bibtex-2.6.3-py3-none-any.whl (40 kB) Downloading baron-0.10.1-py2.py3-none-any.whl (45 kB) Downloading pybtex-0.24.0-py2.py3-none-any.whl (561 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.4/561.4 kB 477.1 MB/s eta 0:00:00 Downloading pybtex_docutils-1.0.3-py3-none-any.whl (6.4 kB) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) Downloading latexcodec-3.0.0-py3-none-any.whl (18 kB) Downloading rply-0.7.8-py2.py3-none-any.whl (16 kB) Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Installing collected packages: appdirs, tabulate, six, rply, pyyaml, numpy, latexcodec, pybtex, baron, sphinxcontrib-jquery, sphinxcontrib-autoprogram, sphinx-tabs, sphinx-prompt, sphinx-copybutton, redbaron, pybtex-docutils, numpydoc, sphinxcontrib-bibtex, sphinx-rtd-theme, sphinx_mdolab_theme Successfully installed appdirs-1.4.4 baron-0.10.1 latexcodec-3.0.0 numpy-2.1.3 numpydoc-1.8.0 pybtex-0.24.0 pybtex-docutils-1.0.3 pyyaml-6.0.2 redbaron-0.9.2 rply-0.7.8 six-1.16.0 sphinx-copybutton-0.5.2 sphinx-prompt-1.9.0 sphinx-rtd-theme-3.0.2 sphinx-tabs-3.4.7 sphinx_mdolab_theme-1.4.2 sphinxcontrib-autoprogram-0.1.9 sphinxcontrib-bibtex-2.6.3 sphinxcontrib-jquery-4.1 tabulate-0.9.0 [rtd-command-info] start-time: 2024-11-19T16:38:46.503873Z, end-time: 2024-11-19T16:38:46.563371Z, duration: 0, exit-code: 0 cat doc/conf.py from sphinx_mdolab_theme.config import * # noqa F403 # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. import sys import os sys.path.insert(0, os.path.abspath("../")) # -- Project information ----------------------------------------------------- project = "baseClasses" # -- General configuration ----------------------------------------------------- # Built-in Sphinx extensions are already contained in the imported variable # here we add external extensions, which must also be added to requirements.txt # so that RTD can import and use them extensions.extend(["numpydoc"]) # noqa F405 # mock import for autodoc autodoc_mock_imports = ["numpy", "pygeo", "mpi4py"] [rtd-command-info] start-time: 2024-11-19T16:38:46.631537Z, end-time: 2024-11-19T16:38:51.387648Z, duration: 4, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v8.1.3 loading translations [en]... done making output directory... done checking bibtex cache... out of date [autosummary] generating autosummary for: BaseRegTest.rst, BaseSolver.rst, FluidProperties.rst, index.rst, pyAeroStruct_problem.rst, pyAero_problem.rst, pyAero_solver.rst, pyMission_problem.rst, pyStruct_problem.rst, pyWeight_problem.rst, regression_example.rst, utils.rst loading intersphinx inventory 'pygeo' from https://mdolab-pygeo.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'pyoptsparse' from https://mdolab-pyoptsparse.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'baseclasses' from https://mdolab-baseclasses.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'idwarp' from https://mdolab-idwarp.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'adflow' from https://mdolab-adflow.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'pyhyp' from https://mdolab-pyhyp.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'multipoint' from https://mdolab-multipoint.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'pyspline' from https://mdolab-pyspline.readthedocs-hosted.com/en/latest/objects.inv ... loading intersphinx inventory 'mach-aero' from https://mdolab-mach-aero.readthedocs-hosted.com/en/latest/objects.inv ... building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 12 source files that are out of date updating environment: [new config] 12 added, 0 changed, 0 removed reading sources... [ 8%] BaseRegTest reading sources... [ 17%] BaseSolver reading sources... [ 25%] FluidProperties reading sources... [ 33%] index reading sources... [ 42%] pyAeroStruct_problem reading sources... [ 50%] pyAero_problem reading sources... [ 58%] pyAero_solver reading sources... [ 67%] pyMission_problem reading sources... [ 75%] pyStruct_problem reading sources... [ 83%] pyWeight_problem reading sources... [ 92%] regression_example reading sources... [100%] utils looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/_readthedocs/html/_static/basic.css Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/_readthedocs/html/_static/language_data.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/_readthedocs/html/_static/documentation_options.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/_readthedocs/html/_static/js/versions.js Writing evaluated template result to /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/_readthedocs/html/_static/copybutton.js copying static files: done copying extra files... copying extra files: done copying assets: done writing output... [ 8%] BaseRegTest writing output... [ 17%] BaseSolver writing output... [ 25%] FluidProperties writing output... [ 33%] index writing output... [ 42%] pyAeroStruct_problem writing output... [ 50%] pyAero_problem writing output... [ 58%] pyAero_solver writing output... [ 67%] pyMission_problem writing output... [ 75%] pyStruct_problem writing output... [ 83%] pyWeight_problem writing output... [ 92%] regression_example writing output... [100%] utils /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/testing/pyRegTest.py:docstring of baseclasses.testing.pyRegTest.BaseRegTest.par_add_norm:14: WARNING: py:meth reference target not found: baseclasses.BaseRegTest.getTol [ref.meth] /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/testing/pyRegTest.py:docstring of baseclasses.testing.pyRegTest.BaseRegTest.par_add_sum:14: WARNING: py:meth reference target not found: baseclasses.BaseRegTest.getTol [ref.meth] /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/testing/pyRegTest.py:docstring of baseclasses.testing.pyRegTest.BaseRegTest.par_add_val:14: WARNING: py:meth reference target not found: baseclasses.BaseRegTest.getTol [ref.meth] /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/testing/pyRegTest.py:docstring of baseclasses.testing.pyRegTest.BaseRegTest.root_add_dict:14: WARNING: py:meth reference target not found: baseclasses.BaseRegTest.getTol [ref.meth] /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/utils/containers.py:docstring of baseclasses.utils.containers.CaseInsensitiveDict:30: WARNING: py:meth reference target not found: __setitem__ [ref.meth] /home/docs/checkouts/readthedocs.org/user_builds/mdolab-baseclasses/checkouts/95/baseclasses/utils/__init__.py:docstring of baseclasses.utils.tecplotIO.writeTecplot:32: WARNING: py:meth reference target not found: baseclasses.utils.tecplotIO.Separator [ref.meth] generating indices... genindex py-modindex done highlighting module code... [ 6%] baseclasses.problems.FluidProperties highlighting module code... [ 12%] baseclasses.problems.pyAeroStruct_problem highlighting module code... [ 19%] baseclasses.problems.pyAero_problem highlighting module code... [ 25%] baseclasses.problems.pyMission_problem highlighting module code... [ 31%] baseclasses.problems.pyStruct_problem highlighting module code... [ 38%] baseclasses.problems.pyWeight_problem highlighting module code... [ 44%] baseclasses.solvers.BaseSolver highlighting module code... [ 50%] baseclasses.solvers.pyAero_solver highlighting module code... [ 56%] baseclasses.testing.decorators highlighting module code... [ 62%] baseclasses.testing.pyRegTest highlighting module code... [ 69%] baseclasses.utils.containers highlighting module code... [ 75%] baseclasses.utils.error highlighting module code... [ 81%] baseclasses.utils.fileIO highlighting module code... [ 88%] baseclasses.utils.solverHistory highlighting module code... [ 94%] baseclasses.utils.tecplotIO highlighting module code... [100%] baseclasses.utils.utils writing additional pages... search done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 6 warnings. The HTML pages are in ../_readthedocs/html.