From a045e0d975149ff28f8601f44c4f3a2093614633 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Mon, 5 Feb 2024 09:12:16 -0800 Subject: [PATCH] tighter pin on doc requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 586f229..6721cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,13 +44,13 @@ dev = [ "build", "setuptools", "wheel", - "Sphinx>=6.0,<8.0", + "Sphinx>=6.0,<7.0.2", "furo==2023.5.20", "myst-parser>=1.0,<2.1", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14", "sphinx-autodoc-typehints==1.23.3", - "sphinx-inline-tabs", + "sphinx-inline-tabs==2022.1.2b11", "packaging", "petname==2.6", ]