Skip to content

Commit 1719d06

Browse files
authored
Pin RTD to sphinx 5.3 (#1673)
Sphinx handling of `html_logo` and `html_favicon` changed in version 6, but changing to the documented logo_url and favicon_url still doesn't work for some reason. But Sphinx 5.3 works, so let's pin to that. This will need to get sorted out at some point, when there's a need to move to a newer sphinx. Signed-off-by: Cary Phillips <[email protected]>
1 parent c60c0eb commit 1719d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
sphinx >= 5.0
1+
sphinx == 5.3
22
breathe
33
sphinx-press-theme

0 commit comments

Comments
 (0)