Skip to content

Commit

Permalink
Fix rtd build
Browse files Browse the repository at this point in the history
Pin Sphinx to below 6.0.0 see  pydata/pydata-sphinx-theme#1094
  • Loading branch information
pnasrat committed Feb 7, 2023
1 parent fe9d025 commit fcf6e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sphinx>=2
# Sphix 6.0.0 breaks pydata-sphinx-theme
# See pydata/pydata-sphinx-theme#1094
sphinx<6
sphinx-autobuild
sphinx_copybutton
pydata-sphinx-theme

0 comments on commit fcf6e8b

Please sign in to comment.