Skip to content

Commit

Permalink
Force sphinx_rtd_theme>=0.5 for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 3, 2023
1 parent 783d942 commit b78f27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ xarray
# Should not be imported
matplotlib >= 2.0
#
sphinx>4.0
sphinx>6.0
sphinx_rtd_theme>=0.5
pydata-sphinx-theme
sphinx_design
sphinx-copybutton
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def compile_KLU():
extras_require={
"docs": [
"sphinx>=6",
"sphinx_rtd_theme>=0.5",
"pydata-sphinx-theme",
"sphinx_design",
"sphinx-copybutton",
Expand Down

0 comments on commit b78f27c

Please sign in to comment.