Skip to content

Commit

Permalink
doc: update readthedocs requirements
Browse files Browse the repository at this point in the history
Problem: The readthedocs build fails with

 sphinx.errors.VersionRequirementError: 5.0

Update doc/requirements.txt to match those in flux-core, including
an updated sphinx version requirement.
  • Loading branch information
grondo committed Oct 31, 2024
1 parent 942c6df commit 0eb507e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==3.4.3
sphinx<6.0.0
sphinx-rtd-theme>=0.5.2
docutils>=0.14,<0.18
Jinja2<3.1
urllib3<2
jinja2<3.10

0 comments on commit 0eb507e

Please sign in to comment.