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 Dec 24, 2024
1 parent 2737be6 commit f960ebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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
ipython==8.31.0
nbconvert==7.16.4
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
Expand Down

0 comments on commit f960ebe

Please sign in to comment.