Skip to content

Commit

Permalink
Merge pull request #21474 from charris/backport-21417
Browse files Browse the repository at this point in the history
MAINT: Update doc requirements
  • Loading branch information
charris committed May 9, 2022
2 parents ff353e3 + 5b9decf commit 7db9ae7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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
12 changes: 7 additions & 5 deletions environment.yml
Expand Up @@ -7,7 +7,7 @@ name: numpy-dev
channels:
- conda-forge
dependencies:
- python
- python=3.9 #need to pin to avoid issues with builds
- cython
- compilers
- openblas
Expand All @@ -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 7db9ae7

Please sign in to comment.