From 4eb2055e15365c87444daa57ad0a67f2b6146173 Mon Sep 17 00:00:00 2001 From: Pris Nasrat Date: Tue, 7 Feb 2023 11:41:09 -0500 Subject: [PATCH] Fix rtd build Pin Sphinx to below 6.0.0 see pydata/pydata-sphinx-theme#1094 --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7d2b038..2de526f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,7 @@ pydata-sphinx-theme -sphinx>=4 +# Sphix 6.0.0 breaks pydata-sphinx-theme +# See pydata/pydata-sphinx-theme#1094 +sphinx<6 sphinx_copybutton sphinx-autobuild sphinxext-opengraph