From d3cafe56be5441ceddeb769f5e8aa98eb4047f3e Mon Sep 17 00:00:00 2001 From: Jirka Date: Mon, 14 Aug 2023 21:28:19 +0200 Subject: [PATCH] ci/docs: freeze versions --- _docs/source/conf.py | 2 +- _requirements/docs.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_docs/source/conf.py b/_docs/source/conf.py index 6558509b1..d80e16443 100644 --- a/_docs/source/conf.py +++ b/_docs/source/conf.py @@ -51,7 +51,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 7adb81b32..fa774a632 100644 --- a/_requirements/docs.txt +++ b/_requirements/docs.txt @@ -1,9 +1,9 @@ -sphinx >=6.0, <7.0 -myst-parser >=2.0.0 -nbsphinx >=0.8 -pandoc >=1.0 -#docutils>=0.16 -sphinx-paramlinks >=0.4.0 +sphinx >5.0, <6.0 +myst-parser >=0.18.1, <3.0.0 +nbsphinx >=0.8.5, <=0.8.9 +pandoc >=1.0, <=2.3 +#docutils >=0.16 +sphinx-paramlinks >=0.5.1, <=0.5.4 ipython[notebook] >=8.0.0, <8.2.0 pt-lightning-sphinx-theme @ https://github.com/Lightning-AI/lightning_sphinx_theme/archive/master.zip