Skip to content

Commit

Permalink
Pin the sphinx version
Browse files Browse the repository at this point in the history
There appears to be an incompatibility between sphinx 7+ and one of the themes we're using so pinning the sphinx version to one which successfully builds locally.
  • Loading branch information
Corey Ostrove committed Jun 30, 2023
1 parent 118fb59 commit e9ef414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ scipy
plotly
pandas
numpydoc
sphinx>=6.2.1
sphinx==6.2.1
sphinx_rtd_theme
sphinx-autoapi

0 comments on commit e9ef414

Please sign in to comment.