Skip to content

Commit

Permalink
Cap Sphinx to avoid docs build failure (#188)
Browse files Browse the repository at this point in the history
The recent sphinx 3.3.0 release today has started causing doc build
failures in CI. This is being caused by an issue with the m2r2 extension
used to render the README in the docs builds (see CrossNox/m2r2#13).
This commit caps the sphinx version until there is a new m2r2 release
fixing compatibility with sphinx >=3.3.0.
  • Loading branch information
mtreinish authored Nov 2, 2020
1 parent bbf0f0c commit 83e3b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
m2r2
sphinx
sphinx<3.3.0
sphinx_rtd_theme
jupyter-sphinx==0.2.3
pydot
Expand Down

0 comments on commit 83e3b85

Please sign in to comment.