Skip to content

Commit 3d65772

Browse files
yvonnefroehlichseisman
authored andcommitted
Pin sphinx_rst_theme to < 3.0 for docs (#3597)
1 parent 514cd56 commit 3d65772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
sphinx-copybutton
116116
sphinx-design
117117
sphinx-gallery
118-
sphinx_rtd_theme
118+
sphinx_rtd_theme<3.0
119119
120120
# Download cached remote files (artifacts) from GitHub
121121
- name: Download remote data from GitHub

ci/requirements/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ dependencies:
3030
- sphinx-copybutton
3131
- sphinx-design
3232
- sphinx-gallery
33-
- sphinx_rtd_theme
33+
- sphinx_rtd_theme<3.0

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- sphinx-copybutton
4343
- sphinx-design
4444
- sphinx-gallery>=0.17.0
45-
- sphinx_rtd_theme
45+
- sphinx_rtd_theme<3.0
4646
# Dev dependencies (type hints)
4747
- mypy
4848
- pandas-stubs

0 commit comments

Comments
 (0)