Skip to content

Commit

Permalink
fix: Restrict Sphinx's version since it breaks docs build (#3483)
Browse files Browse the repository at this point in the history
* The release of v5.1.0 breaks docs build for a lot of projects
  apparently according to the issue on their project. So restrict the
  version to v5.0.2 and below.

Signed-off-by: Ryan Blakley <[email protected]>
(cherry picked from commit f32450b)
  • Loading branch information
ryan-blakley authored and xiangce committed Jul 26, 2022
1 parent 849bd37 commit 8afb2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def maybe_require(pkg):

docs = set([
'docutils',
'Sphinx',
'Sphinx<=5.0.2',
'nbsphinx',
'sphinx_rtd_theme',
'ipython',
Expand Down

0 comments on commit 8afb2dc

Please sign in to comment.