Skip to content

Commit

Permalink
Update documentation packages version
Browse files Browse the repository at this point in the history
Fixes #254
  • Loading branch information
NoB0 committed Jul 1, 2024
1 parent db85c59 commit a8905a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
with:
branch: main
dir_docs: docs/source
sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb'
sphinxopts: ''
sphinxapiopts: "--separate -o . ../"
sphinxapiexclude: "../*setup* ../*.ipynb"
sphinxopts: ""
17 changes: 8 additions & 9 deletions requirements/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
sphinx<5.0;
scipy==1.7.2;
sphinx;
sphinx_rtd_theme;
sphinxcontrib-bibtex;
nbsphinx;
recommonmark;
sphinx-markdown-tables;
sphinx-autoapi
sphinx==7.3.7
scipy==1.7.2
sphinx_rtd_theme==2.0.0
sphinxcontrib-bibtex
nbsphinx
recommonmark
sphinx-markdown-tables
sphinx-autoapi==3.1.1
myst-parser
sphinx-multiversion==0.2.4

0 comments on commit a8905a3

Please sign in to comment.