From 205eecfb0b57591eb6b70e98b01511797340a0c7 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 31 Aug 2023 01:10:41 +0100 Subject: [PATCH] chore: Require sphinx-rtd-theme of v1.3.0+ (#2309) * Now that sphinx-rtd-theme v1.3.0 is out set the lower required bound to v1.3.0 instead of the release candidate. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74debfd420..1e50c697ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ docs = [ "sphinx>=7.0.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2271 "sphinxcontrib-bibtex~=2.1", "sphinx-click", - "sphinx-rtd-theme>=1.3.0rc1", # c.f. https://github.com/scikit-hep/pyhf/pull/2271 + "sphinx-rtd-theme>=1.3.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2271 "nbsphinx!=0.8.8", # c.f. https://github.com/spatialaudio/nbsphinx/issues/620 "ipywidgets", "sphinx-issues",