From 91a94bf5a3214384744a8623d0825b52df8a67eb Mon Sep 17 00:00:00 2001 From: Danila <32863903+gtca@users.noreply.github.com> Date: Wed, 1 Feb 2023 15:56:51 +0100 Subject: [PATCH] Pin docs theme versions until this is fixed: https://github.com/pydata/pydata-sphinx-theme/issues/1098 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9235e0..ff5da0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,8 @@ requires = [ [tool.flit.metadata.requires-extra] docs = [ "sphinx >= 4.0", - "sphinx-book-theme", + "pydata-sphinx-theme==0.8.1", + "sphinx-book-theme==0.3.3", "readthedocs-sphinx-search", "nbsphinx", "sphinx_automodapi"