Skip to content

Commit defe9de

Browse files
committed
DOC: Bump pydata-sphinx-theme version
Fixes inaccessible contrast for a:visited links in admonitions. Fixes numpy#26058.
1 parent 5edf018 commit defe9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- scipy
3636
- pandas
3737
- matplotlib
38-
- pydata-sphinx-theme=0.13.3
38+
- pydata-sphinx-theme=0.15.2
3939
- doxygen
4040
# NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz
4141
- breathe>4.33.0

requirements/doc_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# doxygen required, use apt-get or dnf
22
sphinx>=4.5.0
33
numpydoc==1.4
4-
pydata-sphinx-theme==0.13.3
4+
pydata-sphinx-theme==0.15.2
55
sphinx-design
66
scipy
77
matplotlib

0 commit comments

Comments
 (0)