diff options
-rw-r--r-- | doc_requirements.txt | 6 | ||||
-rw-r--r-- | environment.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index 07142bf9f..dbc9f40cd 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,7 +1,7 @@ # doxygen required, use apt-get or dnf -sphinx==4.2.0 -numpydoc==1.2.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 diff --git a/environment.yml b/environment.yml index 922fb55dc..ded3b1a1d 100644 --- a/environment.yml +++ b/environment.yml @@ -21,14 +21,14 @@ dependencies: # For type annotations - mypy=0.942 # For building docs - - sphinx=4.2.0 + - sphinx=4.5.0 - sphinx-panels - - numpydoc=1.2.0 + - numpydoc=1.3.1 - ipython - scipy - pandas - matplotlib - - pydata-sphinx-theme=0.7.2 + - pydata-sphinx-theme=0.8.1 # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - breathe!=4.33.0 # For linting |