Skip to content

Commit

Permalink
MAINT: Update doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored and charris committed May 8, 2022
1 parent ff353e3 commit 73f0dbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc_requirements.txt
@@ -1,7 +1,7 @@
# doxygen required, use apt-get or dnf
sphinx==4.2.0
numpydoc==1.1.0
pydata-sphinx-theme==0.7.2
sphinx==4.5.0
numpydoc==1.3.1
pydata-sphinx-theme==0.8.1
sphinx-panels
ipython!=8.1.0
scipy
Expand Down
10 changes: 6 additions & 4 deletions environment.yml
Expand Up @@ -21,14 +21,16 @@ dependencies:
# For type annotations
- mypy=0.940
# For building docs
- sphinx=4.1.1
- numpydoc=1.1.0
- sphinx=4.5.0
- sphinx-panels
- numpydoc=1.3.1
- ipython
- scipy
- pandas
- matplotlib
- pydata-sphinx-theme
- breathe
- pydata-sphinx-theme=0.8.1
# NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz
- breathe!=4.33.0
# For linting
- pycodestyle=2.7.0
- gitpython
Expand Down

0 comments on commit 73f0dbc

Please sign in to comment.