From b9a1ccceea5ce7f4f75fb63c66659061fca5786b Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Wed, 18 Dec 2024 02:16:20 +0100 Subject: [PATCH] Limit Sphinx version to secure platform patches 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. --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f9da2e525..c63977f47 100755 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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