From 2c9887c6a303fac634ab40e2b2e26ed63456e4b0 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Sat, 21 Oct 2023 23:09:46 +0200 Subject: [PATCH] Update doc dependencies --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 930691fca8..95c9797c0e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ docutils==0.18.1 jsonschema==3.2.0 semver==2.13.0; python_version == '3.6' semver==3.0.1; python_version >= '3.7' -Sphinx==5.3.0; python_version >= '3.6' -Sphinx==7.1.2; python_version >= '3.8' +Sphinx==5.3.0; python_version >= '3.6' and python_version < '3.8' +Sphinx==7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version >= '3.9' sphinx-rtd-theme==1.3.0