Skip to content

Commit d9d39fa

Browse files
lgritzscott-wilson
authored andcommitted
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> Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent d415f7e commit d9d39fa

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)