Skip to content

Commit

Permalink
temporarily pin Sphinx requirement
Browse files Browse the repository at this point in the history
Seems the latest Sphinx update has caused some 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 fd47141 commit bc5a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sphinx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx
sphinx==7.1.2
sphinx-autobuild
sphinx-design
furo
Expand Down

0 comments on commit bc5a5a7

Please sign in to comment.