summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-04-16 13:18:17 -0600
committerGitHub <noreply@github.com>2021-04-16 13:18:17 -0600
commitbc59c81e55c0ae184be9ab3859dc6df41dab937c (patch)
treecdec88b0e810c560042f7f05649098c96a8eaae4
parent9ac46e59ec2b69b2bdf89065d10cf75e519d0a27 (diff)
parent59aec5a2d0973bf9368ddb08d622cdb727b21de9 (diff)
downloadnumpy-bc59c81e55c0ae184be9ab3859dc6df41dab937c.tar.gz
Merge pull request #18789 from rossbar/pin-sphinx-theme
DEV: Pin pydata-sphinx-theme to 0.5.2.
-rw-r--r--environment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml
index ea38882a2..3acc3dda5 100644
--- a/environment.yml
+++ b/environment.yml
@@ -25,7 +25,7 @@ dependencies:
- scipy
- pandas
- matplotlib
- - pydata-sphinx-theme
+ - pydata-sphinx-theme=0.5.2
# For linting
- pycodestyle=2.7.0
- gitpython