From 7cd9fb531a7c657e4d1330e9cd0848b5d216147a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Tue, 12 Sep 2023 19:44:41 +0200 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f218d88c..41c0e1b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,10 +81,10 @@ docs = [ "nbsphinx>=0.8.6", "numpydoc", "pydata-sphinx-theme", - "sphinx_issues==1.2.0", - "sphinx-gallery==0.6.0", - "sphinx-design==0.3.0", - "sphinx==4.1.1", + "sphinx-issues<4.0.0", + "sphinx-gallery<0.15.0", + "sphinx-design<0.6.0", + "Sphinx<8.0.0,!=7.2.0", "tabulate", ] From dbaf63bb30951f7e3722aeadc357e491ad9d62a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Tue, 12 Sep 2023 21:13:39 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41c0e1b91..21cb1145c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,10 +81,11 @@ docs = [ "nbsphinx>=0.8.6", "numpydoc", "pydata-sphinx-theme", + "sphinx<8.0.0,!=7.2.0", + "sphinx-design<0.6.0", "sphinx-issues<4.0.0", "sphinx-gallery<0.15.0", - "sphinx-design<0.6.0", - "Sphinx<8.0.0,!=7.2.0", + "sphinx-panels", "tabulate", ]