From 6155b99ddc73bfc769a112288b7a796655131158 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Mon, 3 Apr 2023 17:19:13 +0100 Subject: [PATCH 1/2] docs: fix use of sphinx-design --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18261905..a60a6288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ rtd = [ "plotly", "sphinx-book-theme~=0.3.0", "sphinx-copybutton", - "sphinx-design~=0.1.0", + "sphinx-design~=0.3.0", "sphinxcontrib-bibtex", "sympy", ] From 64e9bd1c28e3ee4c99ed7e92b70dd09b60ebad04 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Thu, 13 Apr 2023 11:30:37 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a60a6288..12ade5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ rtd = [ "plotly", "sphinx-book-theme~=0.3.0", "sphinx-copybutton", - "sphinx-design~=0.3.0", + "sphinx-design~=0.4.0", "sphinxcontrib-bibtex", "sympy", ]