From 0032150308b5987699abcd1d47216ecbee1b08a8 Mon Sep 17 00:00:00 2001 From: Robert McLeod Date: Wed, 28 Jun 2023 16:40:07 -0700 Subject: [PATCH] Apparently `sphinx_rtd_theme` is only compatible with Sphinx < 7.0 --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index d7c4c57..bb4d7dd 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -sphinx == 7.0.1 +sphinx == 6.2.1 numpy >= 1.13.3 sphinx-rtd-theme == 1.2.2 numpydoc == 1.5.0