Skip to content

Commit

Permalink
update requirements for build
Browse files Browse the repository at this point in the history
  • Loading branch information
spackman committed Jan 1, 2025
1 parent 2674379 commit a78fca6
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Pin top-level docs requirements for ReadTheDocs
# Use pip-compile docs.in to generate the pinned version with the transitive dependencies
sphinx==8.1.3
sphinx-autodoc-typehints==2.5.0
sphinx-copybutton==0.5.2
nbsphinx==0.9.6
sphinx-notfound-page==1.0.2
myst-parser==4.0.0
99 changes: 96 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,53 +6,130 @@
#
alabaster==0.7.16
# via sphinx
attrs==24.3.0
# via
# jsonschema
# referencing
babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.2.0
# via nbconvert
certifi==2024.12.14
# via requests
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via sphinx
defusedxml==0.7.1
# via nbconvert
docutils==0.21.2
# via
# myst-parser
# nbsphinx
# sphinx
fastjsonschema==2.21.1
# via nbformat
idna==3.10
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.5
# via
# myst-parser
# nbconvert
# nbsphinx
# sphinx
jsonschema==4.23.0
# via nbformat
jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-client==8.6.3
# via nbclient
jupyter-core==5.7.2
# via
# jupyter-client
# nbclient
# nbconvert
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
markdown-it-py==3.0.0
# via
# mdit-py-plugins
# myst-parser
markupsafe==3.0.2
# via jinja2
# via
# jinja2
# nbconvert
mdit-py-plugins==0.4.2
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
mistune==3.1.0
# via nbconvert
myst-parser==4.0.0
# via -r docs/requirements.in
nbclient==0.10.2
# via nbconvert
nbconvert==7.16.4
# via nbsphinx
nbformat==5.10.4
# via
# nbclient
# nbconvert
# nbsphinx
nbsphinx==0.9.6
# via -r docs/requirements.in
packaging==24.2
# via sphinx
# via
# nbconvert
# sphinx
pandocfilters==1.5.1
# via nbconvert
platformdirs==4.3.6
# via jupyter-core
pygments==2.18.0
# via sphinx
# via
# nbconvert
# sphinx
python-dateutil==2.9.0.post0
# via jupyter-client
pywin32==308
# via jupyter-core
pyyaml==6.0.2
# via myst-parser
pyzmq==26.2.0
# via jupyter-client
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via sphinx
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.17.0
# via python-dateutil
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
# via
# -r docs/requirements.in
# myst-parser
# nbsphinx
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-notfound-page
sphinx-autodoc-typehints==2.5.0
# via -r docs/requirements.in
sphinx-copybutton==0.5.2
# via -r docs/requirements.in
sphinx-notfound-page==1.0.2
# via -r docs/requirements.in
sphinxcontrib-applehelp==2.0.0
Expand All @@ -67,5 +144,21 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
tinycss2==1.4.0
# via nbconvert
tornado==6.4.2
# via jupyter-client
traitlets==5.14.3
# via
# jupyter-client
# jupyter-core
# nbclient
# nbconvert
# nbformat
# nbsphinx
urllib3==2.3.0
# via requests
webencodings==0.5.1
# via
# bleach
# tinycss2

0 comments on commit a78fca6

Please sign in to comment.