Skip to content

Commit 0da1313

Browse files
docs: Require sphinx-rtd-theme compatible with Sphinx 7 (#2271)
* Update lower bound on sphinx-rtd-theme to v1.3.0rc1 to ensure compatibility with Sphinx v7+. - c.f. readthedocs/sphinx_rtd_theme#1463 - As soon as sphinx-rtd-theme v1.3.0 is released on PyPI the lower bound should be updated to reflect this stable release. The release candidate is being used to unbreak CI. * Update lower bound of Sphinx to v7.0.0 for consistency.
1 parent bd8c21a commit 0da1313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ test = [
106106
]
107107
docs = [
108108
"pyhf[xmlio,contrib]",
109-
"sphinx>=5.1.1", # c.f. https://github.com/scikit-hep/pyhf/pull/1926
109+
"sphinx>=7.0.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2271
110110
"sphinxcontrib-bibtex~=2.1",
111111
"sphinx-click",
112-
"sphinx_rtd_theme",
112+
"sphinx-rtd-theme>=1.3.0rc1", # c.f. https://github.com/scikit-hep/pyhf/pull/2271
113113
"nbsphinx!=0.8.8", # c.f. https://github.com/spatialaudio/nbsphinx/issues/620
114114
"ipywidgets",
115115
"sphinx-issues",

0 commit comments

Comments
 (0)