From 59abf3eeb8fc6cd759b3fb6e180e5ac17066f757 Mon Sep 17 00:00:00 2001 From: Pamphile ROY Date: Tue, 13 Jul 2021 10:32:53 +0200 Subject: [PATCH] DOC/CI: pin sphinx to <4.1.0 to avoid logo going missing (#14397) [skip azp] [skip actions] Closes gh-14396 --- doc_requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_requirements.txt b/doc_requirements.txt index 4afbea6cb7ab..e623125382d4 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,6 +1,6 @@ # Note: this should disappear at some point. For now, please keep it # in sync with the doc dependencies in pyproject.toml -Sphinx!=3.1.0 +Sphinx!=3.1.0, <4.1.0 pydata-sphinx-theme>=0.6.1 sphinx-panels>=0.5.2 matplotlib>2 diff --git a/pyproject.toml b/pyproject.toml index d4247ddc0cc0..f16d6405e34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ test = [ "scikit-umfpack", ] doc = [ - "sphinx!=3.1.0", + "sphinx!=3.1.0, <4.1.0", "pydata-sphinx-theme>=0.6.1", "sphinx-panels>=0.5.2", "matplotlib>2",