From 41be5dc40b29a2226c45cea12b99a074df69d588 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Tue, 24 Jan 2023 21:28:04 +1100 Subject: [PATCH] Update pyproject.toml Co-authored-by: Chris Holdgraf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8198e7e..9af37a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ doc = [ "sphinx-design", "sphinx-examples", "sphinx-copybutton", - "sphinx-tabs<=3.4.0", + "sphinx-tabs<=3.4.0", # sphinx-tabs 3.4.1 needs docutils >.17, which would conflict with our pin above "sphinx-togglebutton", "sphinx-thebe", "sphinxcontrib-bibtex",