From 99b8a4c1fd03ba59709b6cb8290379465b9136f4 Mon Sep 17 00:00:00 2001 From: Stefan Verhoeven Date: Fri, 29 Sep 2023 14:57:41 +0200 Subject: [PATCH] Force new version of sphinx_rtd_theme on readthedocs readthedocs installs old version of sphinx_rtd_theme which is incompatible --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 019ff81..5cc16c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinxcontrib-napoleon", "sphinxcontrib-jquery", "sphinx-argparse", - "sphinx_rtd_theme", + "sphinx_rtd_theme>=1.0.0", "numpydoc", "sphinx-copybutton", ]