Skip to content

Commit

Permalink
chore: update sphinx version
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kenjis committed Jan 18, 2024
1 parent 7ae60bd commit 2743be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx>=4.5.0,<5
sphinx>=5.0.0,<6
sphinxcontrib-phpdomain>=0.8.0
docutils>=0.16
sphinx-rtd-theme>=0.5.0
jinja2<3.1
jinja2>=3.1.3

0 comments on commit 2743be9

Please sign in to comment.