From a7544ee3931dc6062cbf685fe548706b27edfd87 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 12 Jan 2024 00:25:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20RTD=20build=20(#322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f5af2b7..8a186031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ rtd = [ "sphinx", "sphinx-copybutton", "sphinx-design", - "sphinx_book_theme", + "sphinx-book-theme~=1.0", "jupyter_sphinx", "ipykernel", ]