Skip to content

Commit

Permalink
Update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 2ed0a83 commit b68b7e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs_src/create_docs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ python3 docex_tutorial.py
# Render terminal GIFs
# Note this does not seem to work on GitHub Action runners so we have to manually
# commit these gifs whenever we think they should change. faressoft/terminalizer#127
npx terminalizer@0.9.0 render cxroots_progress -o ../docs_src/cxroots_progress.gif
npx terminalizer@0.9.0 render cxroots_logging_progress -o ../docs_src/cxroots_logging_progress.gif
npx terminalizer@0.12.0 render cxroots_progress -o ../docs_src/cxroots_progress.gif
npx terminalizer@0.12.0 render cxroots_logging_progress -o ../docs_src/cxroots_logging_progress.gif

# Build documentation
sphinx-build -b html . ../docs -T -E -a -W
Expand Down
10 changes: 5 additions & 5 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
nbsphinx==0.9.5
nbsphinx==0.9.6
sphinx==8.1.3
sphinxcontrib-programoutput==0.18
sphinxcontrib-bibtex==2.6.3
sphinx_rtd_theme==3.0.2
sphinx-github-changelog==1.4.0
ipython==8.30.0
nbconvert==7.16.4
ipython==8.31.0
nbconvert==7.16.5
ipython_genutils==0.2.0 # not direct dependency but seems to be a missing requirement from nbconvert
mistune==3.0.2 # not directly required, avoid vulnerability in older version
mistune==3.1.0 # not directly required, avoid vulnerability in older version

-r requirements.txt

# For packaging
setuptools==75.6.0
setuptools==75.8.0
wheel==0.45.1
twine==6.0.1

0 comments on commit b68b7e9

Please sign in to comment.