Skip to content

Commit

Permalink
doc: temporarily pin Sphinx requirement
Browse files Browse the repository at this point in the history
Seems the latest Sphinx update has caused more issues ...

7.2.2 doesn't work with the notfound extension (see
readthedocs/sphinx-notfound-page#219 ).
When restricting Sphinx to <7.2.0, RTD uses 6.2.1 though, which
is incompatible with a Furo change (see
pradyunsg/furo#693 ).

Therefore, restrict Sphinx to 7.1.2 until the issues are resolved.

Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
  • Loading branch information
ru-fu committed Aug 18, 2023
1 parent 09e263f commit aebd564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/.sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytz
requests
six
snowballstemmer
Sphinx<7.2.0
Sphinx==7.1.2
sphinx-autobuild
sphinxcontrib-applehelp
sphinxcontrib-devhelp
Expand Down

0 comments on commit aebd564

Please sign in to comment.