From 997e3299c51e0a455701063bf33fd0e13a0ab9f4 Mon Sep 17 00:00:00 2001 From: Erik Everson Date: Mon, 25 Jul 2022 12:59:02 -0700 Subject: [PATCH] Restrict `sphinx != 5.1` (#1645) --- requirements/docs.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 592cc0dcf1..4f2837d2db 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -11,7 +11,7 @@ nbsphinx numpydoc pillow pygments >= 2.11.0 -sphinx >= 4.4 +sphinx >= 4.4, != 5.1 sphinx-changelog sphinx-copybutton sphinx-gallery diff --git a/setup.cfg b/setup.cfg index 434ccdcfa4..7cdb814837 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,7 +94,7 @@ docs = numpydoc pillow pygments >= 2.11.0 - sphinx >= 4.4 + sphinx >= 4.4, != 5.1 sphinx-changelog sphinx-copybutton sphinx-gallery