From 7eeb4963383a8e6236f24ce45b7f6bd424e51a2b Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:38:17 -1000 Subject: [PATCH] revert sphinx ver. 5.x --- docs/source/conf.py | 2 +- requirements/docs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fe8e6fb1662..33e35ad4d21 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -95,7 +95,7 @@ # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = "6.2" +needs_sphinx = "5.3" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom diff --git a/requirements/docs.txt b/requirements/docs.txt index fcef1482e74..d2e3135420a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,4 +1,4 @@ -sphinx >6.0, <7.0 +sphinx >5.0, <6.0 myst-parser nbsphinx >=0.8 pandoc >=1.0