Skip to content

Commit 2743be9

Browse files
committed
chore: update sphinx version
Sphinx version error: The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version. make: *** [Makefile:20: html] Error 2 Requirement already satisfied: sphinxcontrib-applehelp in /usr/local/lib/python3.12/site-packages (from sphinx<5,>=4.5.0->-r user_guide_src/requirements.txt (line 1)) (1.0.8)
1 parent 7ae60bd commit 2743be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx>=4.5.0,<5
1+
sphinx>=5.0.0,<6
22
sphinxcontrib-phpdomain>=0.8.0
33
docutils>=0.16
44
sphinx-rtd-theme>=0.5.0
5-
jinja2<3.1
5+
jinja2>=3.1.3

0 commit comments

Comments
 (0)