Read the Docs build information
Build id: 3773397
Project: northeastern-university-rc-public-documentation
Version: latest
Commit: 7b085531a84b11841a90fe8cffcaa6682f3cc345
Date: 2026-02-23T16:36:57.146251Z
State: finished
Success: True
[rtd-command-info] start-time: 2026-02-23T16:36:58.116906Z, end-time: 2026-02-23T16:37:05.385120Z, duration: 7, exit-code: 0
git clone --depth 1 https://github.com/northeastern-rc/rc-public-documentation.git .
Cloning into '.'...
[rtd-command-info] start-time: 2026-02-23T16:37:05.489374Z, end-time: 2026-02-23T16:37:06.585462Z, duration: 1, exit-code: 0
git fetch origin --force --prune --prune-tags --depth 50
From https://github.com/northeastern-rc/rc-public-documentation
* [new tag] 1.2.0 -> 1.2.0
* [new tag] 2.0.0 -> 2.0.0
* [new tag] 2.1.0 -> 2.1.0
* [new tag] 3.0.0 -> 3.0.0
* [new tag] 4.0.0 -> 4.0.0
* [new tag] 5.0.0 -> 5.0.0
* [new tag] v1.1.0 -> v1.1.0
[rtd-command-info] start-time: 2026-02-23T16:37:07.368041Z, end-time: 2026-02-23T16:37:07.409875Z, 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
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
# Build from the docs/source directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt
[rtd-command-info] start-time: 2026-02-23T16:37:14.204467Z, end-time: 2026-02-23T16:37:14.268565Z, duration: 0, exit-code: 0
asdf global python 3.11.12
[rtd-command-info] start-time: 2026-02-23T16:37:14.720365Z, end-time: 2026-02-23T16:37:15.808663Z, duration: 1, exit-code: 0
python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH
created virtual environment CPython3.11.12.final.0-64 in 789ms
creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/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: 2026-02-23T16:37:15.901095Z, end-time: 2026-02-23T16:37:25.563366Z, duration: 9, 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/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (23.1)
Collecting pip
Downloading pip-26.0.1-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 8.9 MB/s eta 0:00:00
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (67.6.1)
Collecting setuptools
Downloading setuptools-82.0.0-py3-none-any.whl (1.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 21.1 MB/s eta 0:00:00
Installing collected packages: setuptools, pip
Attempting uninstall: setuptools
Found existing installation: setuptools 67.6.1
Uninstalling setuptools-67.6.1:
Successfully uninstalled setuptools-67.6.1
Attempting uninstall: pip
Found existing installation: pip 23.1
Uninstalling pip-23.1:
Successfully uninstalled pip-23.1
Successfully installed pip-26.0.1 setuptools-82.0.0
[rtd-command-info] start-time: 2026-02-23T16:37:25.658384Z, end-time: 2026-02-23T16:37:32.522756Z, duration: 6, exit-code: 0
python -m pip install --upgrade --no-cache-dir sphinx
Collecting sphinx
Downloading sphinx-9.0.4-py3-none-any.whl.metadata (5.8 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.6-py3-none-any.whl.metadata (2.9 kB)
Collecting Pygments>=2.17 (from sphinx)
Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting docutils<0.23,>=0.20 (from sphinx)
Downloading docutils-0.22.4-py3-none-any.whl.metadata (15 kB)
Collecting snowballstemmer>=2.2 (from sphinx)
Downloading snowballstemmer-3.0.1-py3-none-any.whl.metadata (7.9 kB)
Collecting babel>=2.13 (from sphinx)
Downloading babel-2.18.0-py3-none-any.whl.metadata (2.2 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.5-py3-none-any.whl.metadata (4.9 kB)
Collecting roman-numerals>=1.0.0 (from sphinx)
Downloading roman_numerals-4.1.0-py3-none-any.whl.metadata (3.3 kB)
Collecting packaging>=23.0 (from sphinx)
Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB)
Collecting MarkupSafe>=2.0 (from Jinja2>=3.1->sphinx)
Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB)
Collecting charset_normalizer<4,>=2 (from requests>=2.30.0->sphinx)
Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (37 kB)
Collecting idna<4,>=2.5 (from requests>=2.30.0->sphinx)
Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
Collecting urllib3<3,>=1.21.1 (from requests>=2.30.0->sphinx)
Downloading urllib3-2.6.3-py3-none-any.whl.metadata (6.9 kB)
Collecting certifi>=2017.4.17 (from requests>=2.30.0->sphinx)
Downloading certifi-2026.1.4-py3-none-any.whl.metadata (2.5 kB)
Downloading sphinx-9.0.4-py3-none-any.whl (3.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 105.2 MB/s 0:00:00
Downloading docutils-0.22.4-py3-none-any.whl (633 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 410.5 MB/s 0:00:00
Downloading alabaster-1.0.0-py3-none-any.whl (13 kB)
Downloading babel-2.18.0-py3-none-any.whl (10.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 187.7 MB/s 0:00:00
Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB)
Downloading packaging-26.0-py3-none-any.whl (74 kB)
Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 225.9 MB/s 0:00:00
Downloading requests-2.32.5-py3-none-any.whl (64 kB)
Downloading charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (151 kB)
Downloading idna-3.11-py3-none-any.whl (71 kB)
Downloading urllib3-2.6.3-py3-none-any.whl (131 kB)
Downloading certifi-2026.1.4-py3-none-any.whl (152 kB)
Downloading roman_numerals-4.1.0-py3-none-any.whl (7.7 kB)
Downloading snowballstemmer-3.0.1-py3-none-any.whl (103 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)
Installing collected packages: urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, roman-numerals, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset_normalizer, certifi, babel, alabaster, requests, Jinja2, sphinx
Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.3 Pygments-2.19.2 alabaster-1.0.0 babel-2.18.0 certifi-2026.1.4 charset_normalizer-3.4.4 docutils-0.22.4 idna-3.11 imagesize-1.4.1 packaging-26.0 requests-2.32.5 roman-numerals-4.1.0 snowballstemmer-3.0.1 sphinx-9.0.4 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.6.3
[rtd-command-info] start-time: 2026-02-23T16:37:32.644493Z, end-time: 2026-02-23T16:37:46.742612Z, duration: 14, exit-code: 0
python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
Collecting sphinx==7.2.6 (from -r docs/requirements.txt (line 1))
Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB)
Collecting furo (from -r docs/requirements.txt (line 2))
Downloading furo-2025.12.19-py3-none-any.whl.metadata (4.9 kB)
Collecting jupyterlab-myst (from -r docs/requirements.txt (line 3))
Downloading jupyterlab_myst-2.6.0-py3-none-any.whl.metadata (11 kB)
Collecting myst-nb (from -r docs/requirements.txt (line 4))
Downloading myst_nb-1.3.0-py3-none-any.whl.metadata (4.7 kB)
Collecting myst-parser (from -r docs/requirements.txt (line 5))
Downloading myst_parser-5.0.0-py3-none-any.whl.metadata (5.6 kB)
Collecting sphinx-book-theme (from -r docs/requirements.txt (line 6))
Downloading sphinx_book_theme-1.1.4-py3-none-any.whl.metadata (5.8 kB)
Collecting sphinx-copybutton (from -r docs/requirements.txt (line 7))
Downloading sphinx_copybutton-0.5.2-py3-none-any.whl.metadata (3.2 kB)
Collecting sphinx-tabs (from -r docs/requirements.txt (line 8))
Downloading sphinx_tabs-3.4.7-py3-none-any.whl.metadata (6.3 kB)
Collecting sphinx-togglebutton (from -r docs/requirements.txt (line 9))
Downloading sphinx_togglebutton-0.4.4-py3-none-any.whl.metadata (3.0 kB)
Collecting sphinx_design (from -r docs/requirements.txt (line 10))
Downloading sphinx_design-0.7.0-py3-none-any.whl.metadata (5.5 kB)
Collecting sphinx_inline_tabs (from -r docs/requirements.txt (line 11))
Downloading sphinx_inline_tabs-2025.12.21.14-py3-none-any.whl.metadata (1.9 kB)
Collecting sphinxcontrib-bibtex (from -r docs/requirements.txt (line 12))
Downloading sphinxcontrib_bibtex-2.6.5-py3-none-any.whl.metadata (6.1 kB)
Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.0.0)
Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.0.0)
Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (1.0.1)
Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.1.0)
Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.0.0)
Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.0.0)
Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (3.1.6)
Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.19.2)
Collecting docutils<0.21,>=0.18.1 (from sphinx==7.2.6->-r docs/requirements.txt (line 1))
Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB)
Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (3.0.1)
Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.18.0)
Collecting alabaster<0.8,>=0.7 (from sphinx==7.2.6->-r docs/requirements.txt (line 1))
Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB)
Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (1.4.1)
Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.32.5)
Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx==7.2.6->-r docs/requirements.txt (line 1)) (26.0)
Collecting beautifulsoup4 (from furo->-r docs/requirements.txt (line 2))
Downloading beautifulsoup4-4.14.3-py3-none-any.whl.metadata (3.8 kB)
Collecting sphinx-basic-ng>=1.0.0.beta2 (from furo->-r docs/requirements.txt (line 2))
Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl.metadata (1.5 kB)
Collecting accessible-pygments>=0.0.5 (from furo->-r docs/requirements.txt (line 2))
Downloading accessible_pygments-0.0.5-py3-none-any.whl.metadata (10 kB)
Collecting jupyter-server<3,>=2.0.1 (from jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyter_server-2.17.0-py3-none-any.whl.metadata (8.5 kB)
Collecting anyio>=3.1.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading anyio-4.12.1-py3-none-any.whl.metadata (4.3 kB)
Collecting argon2-cffi>=21.1 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading argon2_cffi-25.1.0-py3-none-any.whl.metadata (4.1 kB)
Collecting jupyter-client>=7.4.4 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyter_client-8.8.0-py3-none-any.whl.metadata (8.4 kB)
Collecting jupyter-core!=5.0.*,>=4.12 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyter_core-5.9.1-py3-none-any.whl.metadata (1.5 kB)
Collecting jupyter-events>=0.11.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyter_events-0.12.0-py3-none-any.whl.metadata (5.8 kB)
Collecting jupyter-server-terminals>=0.4.4 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyter_server_terminals-0.5.4-py3-none-any.whl.metadata (5.9 kB)
Collecting nbconvert>=6.4.4 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading nbconvert-7.17.0-py3-none-any.whl.metadata (8.4 kB)
Collecting nbformat>=5.3.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading nbformat-5.10.4-py3-none-any.whl.metadata (3.6 kB)
Collecting overrides>=5.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading overrides-7.7.0-py3-none-any.whl.metadata (5.8 kB)
Collecting prometheus-client>=0.9 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading prometheus_client-0.24.1-py3-none-any.whl.metadata (2.1 kB)
Collecting pyzmq>=24 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (6.0 kB)
Collecting send2trash>=1.8.2 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading send2trash-2.1.0-py3-none-any.whl.metadata (4.1 kB)
Collecting terminado>=0.8.3 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading terminado-0.18.1-py3-none-any.whl.metadata (5.8 kB)
Collecting tornado>=6.2.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading tornado-6.5.4-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB)
Collecting traitlets>=5.6.0 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading traitlets-5.14.3-py3-none-any.whl.metadata (10 kB)
Collecting websocket-client>=1.7 (from jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading websocket_client-1.9.0-py3-none-any.whl.metadata (8.3 kB)
Collecting importlib_metadata (from myst-nb->-r docs/requirements.txt (line 4))
Downloading importlib_metadata-8.7.1-py3-none-any.whl.metadata (4.7 kB)
Collecting ipython (from myst-nb->-r docs/requirements.txt (line 4))
Downloading ipython-9.10.0-py3-none-any.whl.metadata (4.6 kB)
Collecting jupyter-cache>=0.5 (from myst-nb->-r docs/requirements.txt (line 4))
Downloading jupyter_cache-1.0.1-py3-none-any.whl.metadata (5.8 kB)
Collecting nbclient (from myst-nb->-r docs/requirements.txt (line 4))
Downloading nbclient-0.10.4-py3-none-any.whl.metadata (8.3 kB)
Collecting pyyaml (from myst-nb->-r docs/requirements.txt (line 4))
Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
Collecting typing-extensions (from myst-nb->-r docs/requirements.txt (line 4))
Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Collecting ipykernel (from myst-nb->-r docs/requirements.txt (line 4))
Downloading ipykernel-7.2.0-py3-none-any.whl.metadata (4.5 kB)
Collecting markdown-it-py~=4.0 (from myst-parser->-r docs/requirements.txt (line 5))
Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
Collecting mdit-py-plugins~=0.5 (from myst-parser->-r docs/requirements.txt (line 5))
Downloading mdit_py_plugins-0.5.0-py3-none-any.whl.metadata (2.8 kB)
INFO: pip is looking at multiple versions of myst-parser to determine which version is compatible with other requirements. This could take a while.
Collecting myst-parser (from -r docs/requirements.txt (line 5))
Downloading myst_parser-4.0.1-py3-none-any.whl.metadata (5.5 kB)
Collecting markdown-it-py~=3.0 (from myst-parser->-r docs/requirements.txt (line 5))
Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting mdurl~=0.1 (from markdown-it-py~=3.0->myst-parser->-r docs/requirements.txt (line 5))
Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Collecting pydata-sphinx-theme==0.15.4 (from sphinx-book-theme->-r docs/requirements.txt (line 6))
Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl.metadata (7.5 kB)
Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx-togglebutton->-r docs/requirements.txt (line 9)) (82.0.0)
Requirement already satisfied: wheel in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from sphinx-togglebutton->-r docs/requirements.txt (line 9)) (0.40.0)
Collecting pybtex>=0.25 (from sphinxcontrib-bibtex->-r docs/requirements.txt (line 12))
Downloading pybtex-0.25.1-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting pybtex-docutils>=1.0.0 (from sphinxcontrib-bibtex->-r docs/requirements.txt (line 12))
Downloading pybtex_docutils-1.0.3-py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: idna>=2.8 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from anyio>=3.1.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3)) (3.11)
Collecting argon2-cffi-bindings (from argon2-cffi>=21.1->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (7.4 kB)
Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from Jinja2>=3.0->sphinx==7.2.6->-r docs/requirements.txt (line 1)) (3.0.3)
Collecting attrs (from jupyter-cache>=0.5->myst-nb->-r docs/requirements.txt (line 4))
Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
Collecting click (from jupyter-cache>=0.5->myst-nb->-r docs/requirements.txt (line 4))
Downloading click-8.3.1-py3-none-any.whl.metadata (2.6 kB)
Collecting sqlalchemy<3,>=1.3.12 (from jupyter-cache>=0.5->myst-nb->-r docs/requirements.txt (line 4))
Downloading sqlalchemy-2.0.46-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (9.5 kB)
Collecting tabulate (from jupyter-cache>=0.5->myst-nb->-r docs/requirements.txt (line 4))
Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting greenlet>=1 (from sqlalchemy<3,>=1.3.12->jupyter-cache>=0.5->myst-nb->-r docs/requirements.txt (line 4))
Downloading greenlet-3.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.7 kB)
Collecting python-dateutil>=2.8.2 (from jupyter-client>=7.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting platformdirs>=2.5 (from jupyter-core!=5.0.*,>=4.12->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading platformdirs-4.9.2-py3-none-any.whl.metadata (4.7 kB)
Collecting jsonschema>=4.18.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jsonschema-4.26.0-py3-none-any.whl.metadata (7.6 kB)
Collecting python-json-logger>=2.0.4 (from jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading python_json_logger-4.0.0-py3-none-any.whl.metadata (4.0 kB)
Collecting referencing (from jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading referencing-0.37.0-py3-none-any.whl.metadata (2.8 kB)
Collecting rfc3339-validator (from jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
Collecting rfc3986-validator>=0.1.1 (from jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl.metadata (2.9 kB)
Collecting rpds-py>=0.25.0 (from jsonschema>=4.18.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Collecting fqdn (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading fqdn-1.5.1-py3-none-any.whl.metadata (1.4 kB)
Collecting isoduration (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading isoduration-20.11.0-py3-none-any.whl.metadata (5.7 kB)
Collecting jsonpointer>1.13 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting rfc3987-syntax>=1.1.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading rfc3987_syntax-1.1.0-py3-none-any.whl.metadata (7.7 kB)
Collecting uri-template (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading uri_template-1.3.0-py3-none-any.whl.metadata (8.8 kB)
Collecting webcolors>=24.6.0 (from jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading webcolors-25.10.0-py3-none-any.whl.metadata (2.2 kB)
Collecting bleach!=5.0.0 (from bleach[css]!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading bleach-6.3.0-py3-none-any.whl.metadata (31 kB)
Collecting defusedxml (from nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting jupyterlab-pygments (from nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl.metadata (4.4 kB)
Collecting mistune<4,>=2.0.3 (from nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading mistune-3.2.0-py3-none-any.whl.metadata (1.9 kB)
Collecting pandocfilters>=1.4.1 (from nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading pandocfilters-1.5.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting webencodings (from bleach!=5.0.0->bleach[css]!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Collecting tinycss2<1.5,>=1.1.0 (from bleach[css]!=5.0.0->nbconvert>=6.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading tinycss2-1.4.0-py3-none-any.whl.metadata (3.0 kB)
Collecting fastjsonschema>=2.15 (from nbformat>=5.3.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading fastjsonschema-2.21.2-py3-none-any.whl.metadata (2.3 kB)
Collecting latexcodec>=1.0.4 (from pybtex>=0.25->sphinxcontrib-bibtex->-r docs/requirements.txt (line 12))
Downloading latexcodec-3.0.1-py3-none-any.whl.metadata (5.2 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->jupyter-client>=7.4.4->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Requirement already satisfied: charset_normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx==7.2.6->-r docs/requirements.txt (line 1)) (3.4.4)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2.6.3)
Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/envs/latest/lib/python3.11/site-packages (from requests>=2.25.0->sphinx==7.2.6->-r docs/requirements.txt (line 1)) (2026.1.4)
Collecting lark>=1.2.2 (from rfc3987-syntax>=1.1.0->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading lark-1.3.1-py3-none-any.whl.metadata (1.8 kB)
Collecting ptyprocess (from terminado>=0.8.3->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting cffi>=1.0.1 (from argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB)
Collecting pycparser (from cffi>=1.0.1->argon2-cffi-bindings->argon2-cffi>=21.1->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB)
Collecting soupsieve>=1.6.1 (from beautifulsoup4->furo->-r docs/requirements.txt (line 2))
Downloading soupsieve-2.8.3-py3-none-any.whl.metadata (4.6 kB)
Collecting zipp>=3.20 (from importlib_metadata->myst-nb->-r docs/requirements.txt (line 4))
Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB)
Collecting comm>=0.1.1 (from ipykernel->myst-nb->-r docs/requirements.txt (line 4))
Downloading comm-0.2.3-py3-none-any.whl.metadata (3.7 kB)
Collecting debugpy>=1.6.5 (from ipykernel->myst-nb->-r docs/requirements.txt (line 4))
Downloading debugpy-1.8.20-cp311-cp311-manylinux_2_34_x86_64.whl.metadata (1.4 kB)
Collecting matplotlib-inline>=0.1 (from ipykernel->myst-nb->-r docs/requirements.txt (line 4))
Downloading matplotlib_inline-0.2.1-py3-none-any.whl.metadata (2.3 kB)
Collecting nest-asyncio>=1.4 (from ipykernel->myst-nb->-r docs/requirements.txt (line 4))
Downloading nest_asyncio-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Collecting psutil>=5.7 (from ipykernel->myst-nb->-r docs/requirements.txt (line 4))
Downloading psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl.metadata (22 kB)
Collecting decorator>=4.3.2 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)
Collecting ipython-pygments-lexers>=1.0.0 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading ipython_pygments_lexers-1.1.1-py3-none-any.whl.metadata (1.1 kB)
Collecting jedi>=0.18.1 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading jedi-0.19.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting pexpect>4.3 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting prompt_toolkit<3.1.0,>=3.0.41 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading prompt_toolkit-3.0.52-py3-none-any.whl.metadata (6.4 kB)
Collecting stack_data>=0.6.0 (from ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting wcwidth (from prompt_toolkit<3.1.0,>=3.0.41->ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading wcwidth-0.6.0-py3-none-any.whl.metadata (30 kB)
Collecting parso<0.9.0,>=0.8.4 (from jedi>=0.18.1->ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading parso-0.8.6-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting executing>=1.2.0 (from stack_data>=0.6.0->ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading executing-2.2.1-py2.py3-none-any.whl.metadata (8.9 kB)
Collecting asttokens>=2.1.0 (from stack_data>=0.6.0->ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading asttokens-3.0.1-py3-none-any.whl.metadata (4.9 kB)
Collecting pure-eval (from stack_data>=0.6.0->ipython->myst-nb->-r docs/requirements.txt (line 4))
Downloading pure_eval-0.2.3-py3-none-any.whl.metadata (6.3 kB)
Collecting arrow>=0.15.0 (from isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading arrow-1.4.0-py3-none-any.whl.metadata (7.7 kB)
Collecting tzdata (from arrow>=0.15.0->isoduration->jsonschema[format-nongpl]>=4.18.0->jupyter-events>=0.11.0->jupyter-server<3,>=2.0.1->jupyterlab-myst->-r docs/requirements.txt (line 3))
Downloading tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB)
Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 113.5 MB/s 0:00:00
Downloading alabaster-0.7.16-py3-none-any.whl (13 kB)
Downloading docutils-0.20.1-py3-none-any.whl (572 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 538.7 MB/s 0:00:00
Downloading furo-2025.12.19-py3-none-any.whl (339 kB)
Downloading jupyterlab_myst-2.6.0-py3-none-any.whl (2.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 219.7 MB/s 0:00:00
Downloading jupyter_server-2.17.0-py3-none-any.whl (388 kB)
Downloading myst_nb-1.3.0-py3-none-any.whl (82 kB)
Downloading myst_parser-4.0.1-py3-none-any.whl (84 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Downloading mdit_py_plugins-0.5.0-py3-none-any.whl (57 kB)
Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Downloading sphinx_book_theme-1.1.4-py3-none-any.whl (433 kB)
Downloading pydata_sphinx_theme-0.15.4-py3-none-any.whl (4.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 321.6 MB/s 0:00:00
Downloading sphinx_copybutton-0.5.2-py3-none-any.whl (13 kB)
Downloading sphinx_tabs-3.4.7-py3-none-any.whl (9.7 kB)
Downloading sphinx_togglebutton-0.4.4-py3-none-any.whl (44 kB)
Downloading sphinx_design-0.7.0-py3-none-any.whl (2.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 439.0 MB/s 0:00:00
Downloading sphinx_inline_tabs-2025.12.21.14-py3-none-any.whl (7.1 kB)
Downloading sphinxcontrib_bibtex-2.6.5-py3-none-any.whl (40 kB)
Downloading accessible_pygments-0.0.5-py3-none-any.whl (1.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 541.5 MB/s 0:00:00
Downloading anyio-4.12.1-py3-none-any.whl (113 kB)
Downloading argon2_cffi-25.1.0-py3-none-any.whl (14 kB)
Downloading jupyter_cache-1.0.1-py3-none-any.whl (33 kB)
Downloading sqlalchemy-2.0.46-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 126.5 MB/s 0:00:00
Downloading greenlet-3.3.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (594 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.2/594.2 kB 647.2 MB/s 0:00:00
Downloading jupyter_client-8.8.0-py3-none-any.whl (107 kB)
Downloading jupyter_core-5.9.1-py3-none-any.whl (29 kB)
Downloading jupyter_events-0.12.0-py3-none-any.whl (19 kB)
Downloading jsonschema-4.26.0-py3-none-any.whl (90 kB)
Downloading attrs-25.4.0-py3-none-any.whl (67 kB)
Downloading jsonschema_specifications-2025.9.1-py3-none-any.whl (18 kB)
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Downloading jupyter_server_terminals-0.5.4-py3-none-any.whl (13 kB)
Downloading nbclient-0.10.4-py3-none-any.whl (25 kB)
Downloading nbconvert-7.17.0-py3-none-any.whl (261 kB)
Downloading mistune-3.2.0-py3-none-any.whl (53 kB)
Downloading bleach-6.3.0-py3-none-any.whl (164 kB)
Downloading tinycss2-1.4.0-py3-none-any.whl (26 kB)
Downloading nbformat-5.10.4-py3-none-any.whl (78 kB)
Downloading fastjsonschema-2.21.2-py3-none-any.whl (24 kB)
Downloading overrides-7.7.0-py3-none-any.whl (17 kB)
Downloading pandocfilters-1.5.1-py2.py3-none-any.whl (8.7 kB)
Downloading platformdirs-4.9.2-py3-none-any.whl (21 kB)
Downloading prometheus_client-0.24.1-py3-none-any.whl (64 kB)
Downloading pybtex-0.25.1-py2.py3-none-any.whl (127 kB)
Downloading latexcodec-3.0.1-py3-none-any.whl (18 kB)
Downloading pybtex_docutils-1.0.3-py3-none-any.whl (6.4 kB)
Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Downloading python_json_logger-4.0.0-py3-none-any.whl (15 kB)
Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 632.8 MB/s 0:00:00
Downloading pyzmq-27.1.0-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (857 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 857.0/857.0 kB 420.6 MB/s 0:00:00
Downloading referencing-0.37.0-py3-none-any.whl (26 kB)
Downloading rfc3986_validator-0.1.1-py2.py3-none-any.whl (4.2 kB)
Downloading rfc3987_syntax-1.1.0-py3-none-any.whl (8.0 kB)
Downloading lark-1.3.1-py3-none-any.whl (113 kB)
Downloading rpds_py-0.30.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (390 kB)
Downloading send2trash-2.1.0-py3-none-any.whl (17 kB)
Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
Downloading sphinx_basic_ng-1.0.0b2-py3-none-any.whl (22 kB)
Downloading terminado-0.18.1-py3-none-any.whl (14 kB)
Downloading tornado-6.5.4-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB)
Downloading traitlets-5.14.3-py3-none-any.whl (85 kB)
Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Downloading webcolors-25.10.0-py3-none-any.whl (14 kB)
Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Downloading websocket_client-1.9.0-py3-none-any.whl (82 kB)
Downloading argon2_cffi_bindings-25.1.0-cp39-abi3-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (87 kB)
Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB)
Downloading beautifulsoup4-4.14.3-py3-none-any.whl (107 kB)
Downloading soupsieve-2.8.3-py3-none-any.whl (37 kB)
Downloading click-8.3.1-py3-none-any.whl (108 kB)
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading fqdn-1.5.1-py3-none-any.whl (9.1 kB)
Downloading importlib_metadata-8.7.1-py3-none-any.whl (27 kB)
Downloading zipp-3.23.0-py3-none-any.whl (10 kB)
Downloading ipykernel-7.2.0-py3-none-any.whl (118 kB)
Downloading comm-0.2.3-py3-none-any.whl (7.3 kB)
Downloading debugpy-1.8.20-cp311-cp311-manylinux_2_34_x86_64.whl (3.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 244.5 MB/s 0:00:00
Downloading ipython-9.10.0-py3-none-any.whl (622 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 622.8/622.8 kB 590.9 MB/s 0:00:00
Downloading prompt_toolkit-3.0.52-py3-none-any.whl (391 kB)
Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB)
Downloading ipython_pygments_lexers-1.1.1-py3-none-any.whl (8.1 kB)
Downloading jedi-0.19.2-py2.py3-none-any.whl (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 638.0 MB/s 0:00:00
Downloading parso-0.8.6-py2.py3-none-any.whl (106 kB)
Downloading matplotlib_inline-0.2.1-py3-none-any.whl (9.5 kB)
Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Downloading psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl (155 kB)
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Downloading asttokens-3.0.1-py3-none-any.whl (27 kB)
Downloading executing-2.2.1-py2.py3-none-any.whl (28 kB)
Downloading isoduration-20.11.0-py3-none-any.whl (11 kB)
Downloading arrow-1.4.0-py3-none-any.whl (68 kB)
Downloading jupyterlab_pygments-0.3.0-py3-none-any.whl (15 kB)
Downloading pure_eval-0.2.3-py3-none-any.whl (11 kB)
Downloading pycparser-3.0-py3-none-any.whl (48 kB)
Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading tzdata-2025.3-py2.py3-none-any.whl (348 kB)
Downloading uri_template-1.3.0-py3-none-any.whl (11 kB)
Downloading wcwidth-0.6.0-py3-none-any.whl (94 kB)
Installing collected packages: webencodings, pure-eval, ptyprocess, fastjsonschema, zipp, websocket-client, webcolors, wcwidth, uri-template, tzdata, typing-extensions, traitlets, tornado, tinycss2, tabulate, soupsieve, six, send2trash, rpds-py, rfc3986-validator, pyzmq, pyyaml, python-json-logger, pycparser, psutil, prometheus-client, platformdirs, pexpect, parso, pandocfilters, overrides, nest-asyncio, mistune, mdurl, latexcodec, lark, jupyterlab-pygments, jsonpointer, ipython-pygments-lexers, greenlet, fqdn, executing, docutils, defusedxml, decorator, debugpy, comm, click, bleach, attrs, asttokens, alabaster, accessible-pygments, terminado, stack_data, sqlalchemy, sphinx, rfc3987-syntax, rfc3339-validator, referencing, python-dateutil, pybtex, prompt_toolkit, matplotlib-inline, markdown-it-py, jupyter-core, jedi, importlib_metadata, cffi, beautifulsoup4, anyio, sphinx-togglebutton, sphinx-tabs, sphinx_inline_tabs, sphinx_design, sphinx-copybutton, sphinx-basic-ng, pydata-sphinx-theme, pybtex-docutils, mdit-py-plugins, jupyter-server-terminals, jupyter-client, jsonschema-specifications, ipython, arrow, argon2-cffi-bindings, sphinxcontrib-bibtex, sphinx-book-theme, myst-parser, jsonschema, isoduration, ipykernel, furo, argon2-cffi, nbformat, nbclient, jupyter-events, nbconvert, jupyter-cache, myst-nb, jupyter-server, jupyterlab-myst
Attempting uninstall: docutils
Found existing installation: docutils 0.22.4
Uninstalling docutils-0.22.4:
Successfully uninstalled docutils-0.22.4
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 9.0.4
Uninstalling Sphinx-9.0.4:
Successfully uninstalled Sphinx-9.0.4
Successfully installed accessible-pygments-0.0.5 alabaster-0.7.16 anyio-4.12.1 argon2-cffi-25.1.0 argon2-cffi-bindings-25.1.0 arrow-1.4.0 asttokens-3.0.1 attrs-25.4.0 beautifulsoup4-4.14.3 bleach-6.3.0 cffi-2.0.0 click-8.3.1 comm-0.2.3 debugpy-1.8.20 decorator-5.2.1 defusedxml-0.7.1 docutils-0.20.1 executing-2.2.1 fastjsonschema-2.21.2 fqdn-1.5.1 furo-2025.12.19 greenlet-3.3.2 importlib_metadata-8.7.1 ipykernel-7.2.0 ipython-9.10.0 ipython-pygments-lexers-1.1.1 isoduration-20.11.0 jedi-0.19.2 jsonpointer-3.0.0 jsonschema-4.26.0 jsonschema-specifications-2025.9.1 jupyter-cache-1.0.1 jupyter-client-8.8.0 jupyter-core-5.9.1 jupyter-events-0.12.0 jupyter-server-2.17.0 jupyter-server-terminals-0.5.4 jupyterlab-myst-2.6.0 jupyterlab-pygments-0.3.0 lark-1.3.1 latexcodec-3.0.1 markdown-it-py-3.0.0 matplotlib-inline-0.2.1 mdit-py-plugins-0.5.0 mdurl-0.1.2 mistune-3.2.0 myst-nb-1.3.0 myst-parser-4.0.1 nbclient-0.10.4 nbconvert-7.17.0 nbformat-5.10.4 nest-asyncio-1.6.0 overrides-7.7.0 pandocfilters-1.5.1 parso-0.8.6 pexpect-4.9.0 platformdirs-4.9.2 prometheus-client-0.24.1 prompt_toolkit-3.0.52 psutil-7.2.2 ptyprocess-0.7.0 pure-eval-0.2.3 pybtex-0.25.1 pybtex-docutils-1.0.3 pycparser-3.0 pydata-sphinx-theme-0.15.4 python-dateutil-2.9.0.post0 python-json-logger-4.0.0 pyyaml-6.0.3 pyzmq-27.1.0 referencing-0.37.0 rfc3339-validator-0.1.4 rfc3986-validator-0.1.1 rfc3987-syntax-1.1.0 rpds-py-0.30.0 send2trash-2.1.0 six-1.17.0 soupsieve-2.8.3 sphinx-7.2.6 sphinx-basic-ng-1.0.0b2 sphinx-book-theme-1.1.4 sphinx-copybutton-0.5.2 sphinx-tabs-3.4.7 sphinx-togglebutton-0.4.4 sphinx_design-0.7.0 sphinx_inline_tabs-2025.12.21.14 sphinxcontrib-bibtex-2.6.5 sqlalchemy-2.0.46 stack_data-0.6.3 tabulate-0.9.0 terminado-0.18.1 tinycss2-1.4.0 tornado-6.5.4 traitlets-5.14.3 typing-extensions-4.15.0 tzdata-2025.3 uri-template-1.3.0 wcwidth-0.6.0 webcolors-25.10.0 webencodings-0.5.1 websocket-client-1.9.0 zipp-3.23.0
[rtd-command-info] start-time: 2026-02-23T16:37:46.920876Z, end-time: 2026-02-23T16:37:46.966224Z, duration: 0, exit-code: 0
cat docs/source/conf.py
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# http://www.sphinx-doc.org/en/master/config
# -- 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 os
import sys
from datetime import date
# sys.path.insert(0, os.path.abspath('.'))
# -- Sphinx Context Injection Deprecation --------------------------------
# Set canonical URL from the Read the Docs Domain
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
# Tell Jinja2 templates the build is running on Read the Docs
html_context = {}
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True
# Show Edit button
html_show_sourcelink = True
html_copy_source = True
# -- Project information -----------------------------------------------------
project = "RC-HPC"
# logo = "_static/logo-square.png"
copyright = f"{date.today().year}, RC"
author = "Research Computing, NU"
# The full version, including alpha/beta/rc tags
release = "3.0.0"
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# "myst_nb",
# Sphinx's own extensions
"sphinx.ext.autodoc",
"sphinx.ext.autosectionlabel",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx.ext.viewcode",
"sphinx.ext.mathjax",
"sphinx.ext.todo",
"sphinx_copybutton",
"sphinx_design", # https://pypi.org/project/sphinx_design/
# "sphinx_tabs.tabs",
"sphinx_togglebutton",
# https://sphinx-togglebutton.readthedocs.io/en/latest/use.html
# "sphinxcontrib.bibtex",
# "sphinxext.opengraph",
# For the kitchen sink
# Our custom extension, only meant for Furo's own documentation.
"furo.sphinxext",
# External stuff
"myst_parser",
"sphinx_copybutton",
"sphinx_inline_tabs",
"sphinx.ext.duration",
]
# Prefix document path to section labels, to use:
# `path/to/file:heading` instead of just `heading`
autosectionlabel_prefix_document = True
intersphinx_mapping = {"python": ("https://docs.python.org/3", None),
"sphinx": ("https://www.sphinx-doc.org/en/master", None)}
# -- Options for TODOs -------------------------------------------------------
#
todo_include_todos = True
# -- Options for Markdown files ----------------------------------------------
#
myst_enable_extensions = [
"colon_fence",
"deflist",
"dollarmath",
]
# We need headers to be linkable to so ask MyST-Parser to autogenerate anchor IDs for
# headers up to and including level 3.
myst_heading_anchors = 3
myst_deflist_enable = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
# The master toctree document.
master_doc = "index"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = "en"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["classroom/cps_ood.md",
"classroom/classroomexamples.md",
"faqs-old.md",
"_snippets/*",
"build",
"Thumbs.db",
".DS_Store",
"_developers/primer.md"]
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "furo"
html_title = "NURC RTD"
announcement_html = """
Important Announcement: MGHPCC Annual Shutdown, Monday, June 02, 2025 – Thursday, Jun 05, 2025. Learn more >>
"""
html_theme_options = {
"footer_icons": [
{
"name": "GitHub",
"url": "https://github.com/northeastern-rc/rc-public-documentation",
"html": """
""",
"class": "",
},
],
#"announcement": announcement_html,
"sidebar_hide_name": True,
# add logo to the upper left in the help system
"light_logo": "image/nu-logo-light.png",
"dark_logo": "image/nu-logo-dark.png",
"source_repository": "https://github.com/northeastern-rc/rc-public-documentation",
"source_branch": "master",
"source_directory": "docs/source/",
}
# custom css file
html_css_files = ["css/custom.css"]
rst_prolog = """
.. role:: red
"""
# If true, “(C) Copyright …” is shown in the HTML footer. Default is True.
html_show_copyright = True
# If true, “Created using Sphinx” is shown in the HTML footer. Default is True.
html_show_sphinx = False
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static", "_static/video"]
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# The default sidebars (for documents that don't match any pattern) are
# defined by theme itself. Builtin themes are using these templates by
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
html_sidebars = {
"**": [
"sidebar/scroll-start.html",
"sidebar/brand.html",
"sidebar/nurc-extern.html",
"sidebar/search.html",
"sidebar/navigation.html",
"sidebar/scroll-end.html",
]}
source_suffix = [".rst", ".md"]
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename = "hpcdoc"
# -- Options for LaTeX output ------------------------------------------------
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(
master_doc,
"rcdocs.tex",
"Documentation for NU-HPC",
"Research Computer and contributors to the HPC Documentation",
"manual",
)
]
# -- Options for manual page output ------------------------------------------
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [(master_doc, "rcdocs", "Documentation for NU-HPC", [author], 1)]
# -- Options for Texinfo output ----------------------------------------------
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(
master_doc,
"RCDocs",
"Documentation for NU-HPC",
author,
"RCDocs",
"NU-HPC Documentation",
"Miscellaneous",
)
]
# -- Options for Epub output -------------------------------------------------
# Bibliographic Dublin Core info.
epub_title = project
epub_author = author
epub_publisher = author
epub_copyright = copyright
# The unique identifier of the text. This can be a ISBN number
# or the project homepage.
#
# epub_identifier = ''
# A unique identification for the text.
#
# epub_uid = ''
# A list of files that should not be packed into the epub file.
epub_exclude_files = ["search.html"]
# Warn about all references to unknown targets
nitpicky = True
suppress_warnings = ["myst.header"]
[rtd-command-info] start-time: 2026-02-23T16:37:47.129398Z, end-time: 2026-02-23T16:37:51.408780Z, duration: 4, exit-code: 0
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
Running Sphinx v7.2.6
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://www.sphinx-doc.org/en/master/objects.inv...
myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions={'colon_fence', 'dollarmath', 'deflist'}, disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, 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)
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 54 source files that are out of date
updating environment: [new config] 54 added, 0 changed, 0 removed
[2Kreading sources... [ 2%] best-practices/checkpointing
[2Kreading sources... [ 4%] best-practices/clusterusage
[2Kreading sources... [ 6%] best-practices/homequota
[2Kreading sources... [ 7%] best-practices/index
[2Kreading sources... [ 9%] best-practices/scratchpurge
[2Kreading sources... [ 11%] best-practices/shell_environment
[2Kreading sources... [ 13%] best-practices/transition
[2Kreading sources... [ 15%] best-practices/workquota
[2Kreading sources... [ 17%] classroom/cheatsheet
[2Kreading sources... [ 19%] classroom/class_guide
[2Kreading sources... [ 20%] classroom/index
[2Kreading sources... [ 22%] connectingtocluster/index
[2Kreading sources... [ 24%] connectingtocluster/linux
[2Kreading sources... [ 26%] connectingtocluster/mac
[2Kreading sources... [ 28%] connectingtocluster/windows
[2Kreading sources... [ 30%] containers/apptainer
[2Kreading sources... [ 31%] containers/containers_list
[2Kreading sources... [ 33%] containers/index
[2Kreading sources... [ 35%] datamanagement/globus
[2Kreading sources... [ 37%] datamanagement/index
[2Kreading sources... [ 39%] datamanagement/transferringdata
[2Kreading sources... [ 41%] faq
[2Kreading sources... [ 43%] glossary
[2Kreading sources... [ 44%] gpus/accessinggpus
[2Kreading sources... [ 46%] gpus/gpujobsubmission
[2Kreading sources... [ 48%] gpus/gpuoverview
[2Kreading sources... [ 50%] gpus/idlebot
[2Kreading sources... [ 52%] gpus/index
[2Kreading sources... [ 54%] gpus/multigpu-partition-access
[2Kreading sources... [ 56%] gpus/quickstart-h200
[2Kreading sources... [ 57%] index
[2Kreading sources... [ 59%] managingprojects/cheatsheet
[2Kreading sources... [ 61%] managingprojects/commands
[2Kreading sources... [ 63%] managingprojects/index
[2Kreading sources... [ 65%] managingprojects/terminology
[2Kreading sources... [ 67%] runningjobs/index
[2Kreading sources... [ 69%] runningjobs/interactiveandbatch
[2Kreading sources... [ 70%] runningjobs/runningsjob
[2Kreading sources... [ 72%] runningjobs/slurmarray
[2Kreading sources... [ 74%] runningjobs/slurmmonitoringandmanaging
[2Kreading sources... [ 76%] runningjobs/understandingqueuing
[2Kreading sources... [ 78%] software/fromsource/cmake
[2Kreading sources... [ 80%] software/fromsource/index
[2Kreading sources... [ 81%] software/fromsource/makefile
[2Kreading sources... [ 83%] software/index
[2Kreading sources... [ 85%] software/packagemanagers/conda
[2Kreading sources... [ 87%] software/packagemanagers/index
[2Kreading sources... [ 89%] software/packagemanagers/spack
[2Kreading sources... [ 91%] software/systemwide/index
[2Kreading sources... [ 93%] software/systemwide/matlab
[2Kreading sources... [ 94%] software/systemwide/module_list
[2Kreading sources... [ 96%] software/systemwide/modules
[2Kreading sources... [ 98%] software/systemwide/mpi
[2Kreading sources... [100%] software/systemwide/r
/home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/checkouts/latest/docs/source/datamanagement/transferringdata.md.rst:204: WARNING: Unknown directive type: 'code-bash'
looking for now-outdated files... none found
pickling environment... done
/home/docs/checkouts/readthedocs.org/user_builds/northeastern-university-rc-public-documentation/checkouts/latest/docs/source/software/systemwide/module_list.md: WARNING: document isn't included in any toctree
checking consistency... done
preparing documents... done
copying assets... [2Kcopying downloadable files... [ 50%] _resources/Explorer_CheatSheat_Courses_updated.pdf
[2Kcopying downloadable files... [100%] _resources/Project_Cheatsheet.pdf
copying static files... done
copying extra files... done
done
[2Kwriting output... [ 2%] best-practices/checkpointing
[2Kwriting output... [ 4%] best-practices/clusterusage
[2Kwriting output... [ 6%] best-practices/homequota
[2Kwriting output... [ 7%] best-practices/index
[2Kwriting output... [ 9%] best-practices/scratchpurge
[2Kwriting output... [ 11%] best-practices/shell_environment
[2Kwriting output... [ 13%] best-practices/transition
[2Kwriting output... [ 15%] best-practices/workquota
[2Kwriting output... [ 17%] classroom/cheatsheet
[2Kwriting output... [ 19%] classroom/class_guide
[2Kwriting output... [ 20%] classroom/index
[2Kwriting output... [ 22%] connectingtocluster/index
[2Kwriting output... [ 24%] connectingtocluster/linux
[2Kwriting output... [ 26%] connectingtocluster/mac
[2Kwriting output... [ 28%] connectingtocluster/windows
[2Kwriting output... [ 30%] containers/apptainer
[2Kwriting output... [ 31%] containers/containers_list
[2Kwriting output... [ 33%] containers/index
[2Kwriting output... [ 35%] datamanagement/globus
[2Kwriting output... [ 37%] datamanagement/index
[2Kwriting output... [ 39%] datamanagement/transferringdata
[2Kwriting output... [ 41%] faq
[2Kwriting output... [ 43%] glossary
[2Kwriting output... [ 44%] gpus/accessinggpus
[2Kwriting output... [ 46%] gpus/gpujobsubmission
[2Kwriting output... [ 48%] gpus/gpuoverview
[2Kwriting output... [ 50%] gpus/idlebot
[2Kwriting output... [ 52%] gpus/index
[2Kwriting output... [ 54%] gpus/multigpu-partition-access
[2Kwriting output... [ 56%] gpus/quickstart-h200
[2Kwriting output... [ 57%] index
[2Kwriting output... [ 59%] managingprojects/cheatsheet
[2Kwriting output... [ 61%] managingprojects/commands
[2Kwriting output... [ 63%] managingprojects/index
[2Kwriting output... [ 65%] managingprojects/terminology
[2Kwriting output... [ 67%] runningjobs/index
[2Kwriting output... [ 69%] runningjobs/interactiveandbatch
[2Kwriting output... [ 70%] runningjobs/runningsjob
[2Kwriting output... [ 72%] runningjobs/slurmarray
[2Kwriting output... [ 74%] runningjobs/slurmmonitoringandmanaging
[2Kwriting output... [ 76%] runningjobs/understandingqueuing
[2Kwriting output... [ 78%] software/fromsource/cmake
[2Kwriting output... [ 80%] software/fromsource/index
[2Kwriting output... [ 81%] software/fromsource/makefile
[2Kwriting output... [ 83%] software/index
[2Kwriting output... [ 85%] software/packagemanagers/conda
[2Kwriting output... [ 87%] software/packagemanagers/index
[2Kwriting output... [ 89%] software/packagemanagers/spack
[2Kwriting output... [ 91%] software/systemwide/index
[2Kwriting output... [ 93%] software/systemwide/matlab
[2Kwriting output... [ 94%] software/systemwide/module_list
[2Kwriting output... [ 96%] software/systemwide/modules
[2Kwriting output... [ 98%] software/systemwide/mpi
[2Kwriting output... [100%] software/systemwide/r
generating indices... genindex done
highlighting module code...
writing additional pages... search done
[2Kcopying images... [ 20%] images/checkpointing.png
[2Kcopying images... [ 40%] images/Explorer_CheatSheat_Courses_updated.png
[2Kcopying images... [ 60%] images/NU_logo_white.png
[2Kcopying images... [ 80%] images/NU_logo_black.png
[2Kcopying images... [100%] images/Project_Cheatsheet.png
dumping search index in English (code: en)... done
dumping object inventory... done
====================== slowest reading durations =======================
0.065 best-practices/checkpointing
0.038 runningjobs/slurmarray
0.037 glossary
0.034 software/systemwide/matlab
0.033 software/systemwide/module_list
build succeeded, 2 warnings.
The HTML pages are in ../../_readthedocs/html.