Skip to content

Commit

Permalink
Limit Sphinx version to secure platform patches
Browse files Browse the repository at this point in the history
Avoid major versions which might change the API. We have to check if the platform optionflags still work on newer versions once they are available.
  • Loading branch information
peace-maker committed Dec 18, 2024
1 parent 56a1aca commit b9a1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ psutil
requests>=2.5.1
ropgadget>=5.3
sphinx==1.8.6; python_version<'3'
sphinx>=7.0.0; python_version>='3'
sphinx>=8.1.3, <9; python_version>='3'
sphinx_rtd_theme
sphinxcontrib-autoprogram<=0.1.5

0 comments on commit b9a1ccc

Please sign in to comment.