From 1b4c2b660d27c7052c03cf5edbe6e25f9995b74c Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Mon, 15 Jan 2024 18:24:37 +0100 Subject: [PATCH] more bounds --- docs/requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/requirements.txt b/docs/requirements.txt index 49bac3e91..84f81631c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,6 +20,7 @@ sphinxcontrib-devhelp<1.0.6 sphinxcontrib-htmlhelp<2.0.5 sphinxcontrib-serializinghtml<1.1.10 sphinxcontrib-qthelp<1.0.7 +sphinxcontrib-serializinghtml<1.1.10 sphinx<5 sphinx-gallery==0.10.1 # tutorial page is not rendered correctly with newer versions sphinx_rtd_theme==1.0.0 diff --git a/setup.py b/setup.py index c9a9910ea..8309521c9 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ "sphinxcontrib-htmlhelp<2.0.5", "sphinxcontrib-serializinghtml<1.1.10", "sphinxcontrib-qthelp<1.0.7", + "sphinxcontrib-serializinghtml<1.1.10", "sphinx<5", "sphinx_rtd_theme", "sphinx-gallery",