From e4279d24b6e6e5ba148ad902c065c434bdbd7b1d Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 25 Jul 2022 12:25:20 -0700 Subject: [PATCH 1/2] restrict sphinx < 5.1 (cherry picked from commit 254eab856197c076e19e5ff709937bca9ca25594) --- 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..528c8a2c29 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..b1a19dca65 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 From 76b023f774954719deb9b78ee23824c07d5ef35e Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 25 Jul 2022 12:35:16 -0700 Subject: [PATCH 2/2] not instead of less than --- 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 528c8a2c29..4f2837d2db 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -11,7 +11,7 @@ nbsphinx numpydoc pillow pygments >= 2.11.0 -sphinx >= 4.4, < 5.1 +sphinx >= 4.4, != 5.1 sphinx-changelog sphinx-copybutton sphinx-gallery diff --git a/setup.cfg b/setup.cfg index b1a19dca65..7cdb814837 100644 --- a/setup.cfg +++ b/setup.cfg @@ -94,7 +94,7 @@ docs = numpydoc pillow pygments >= 2.11.0 - sphinx >= 4.4, < 5.1 + sphinx >= 4.4, != 5.1 sphinx-changelog sphinx-copybutton sphinx-gallery