Skip to content

Commit

Permalink
Pin docs build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Aug 12, 2024
1 parent 38e1a12 commit d07ceaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies:
# for tests
- pytest
# for docs build
- sphinx
- sphinx=5.0.2
- sphinx_rtd_theme>=0.5.1
- sphinx-toolbox
- jupyter-book
- sphinx-toolbox=3.7.0
- jupyter-book=0.15.1
- nbsphinx
# for release process
- bump2version
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ extras =
commands =
sh build-docs.sh
deps =
Sphinx~=4.1
sphinx==5.0.2
sphinxcontrib-websupport==1.2.4
sphinx-toolbox
sphinx-toolbox==3.7.0
sphinx_rtd_theme
nbsphinx
ipython
ipywidgets
jupyter-book
jupyter-book==0.15.1
whitelist_externals =
sh
allowlist_externals =
Expand Down

0 comments on commit d07ceaf

Please sign in to comment.