Skip to content

Commit 0e71adb

Browse files
authored
docs: Fix furo requirement after recently breaking docs (AcademySoftwareFoundation#4743)
PR AcademySoftwareFoundation#4736 bumped the version of sphinx we use on readthedocs, and that was incompatible with the old version of furo we specified. I'm not sure how the problem was not caught by our "docs" workflow. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 51020ab commit 0e71adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx >= 8.0
22
breathe == 4.36.0
33
sphinx-tabs
4-
furo==2022.6.21
4+
furo==2024.8.6

0 commit comments

Comments
 (0)