Skip to content

Commit

Permalink
Request at least Sphinx 2.0 to avoid a dependency problem in RTD [ski…
Browse files Browse the repository at this point in the history
…p CI].

This resolves the build problems due to sphinx-doc/sphinx#9727 we've
been seeing.
  • Loading branch information
bbannier committed Nov 4, 2021
1 parent deac959 commit b4c919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# -- General configuration ---------------------------------------------------

needs_sphinx = '1.8'
needs_sphinx = '2.0'

extensions = [
'sphinx.ext.todo',
Expand Down

0 comments on commit b4c919e

Please sign in to comment.