From 8c1b84afb4bd490e776e0d59edb0f4e94deac8f1 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 2026c5e2f7ce..46488c6e6afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,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",