Skip to content

Commit

Permalink
docs: Require sphinx-rtd-theme compatible with Sphinx 7 (#2271)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
matthewfeickert committed Aug 16, 2023
1 parent 53ad991 commit 73208e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ test = [
]
docs = [
"pyhf[xmlio,contrib]",
"sphinx>=5.1.1", # c.f. https://github.com/scikit-hep/pyhf/pull/1926
"sphinx>=7.0.0", # c.f. https://github.com/scikit-hep/pyhf/pull/2271
"sphinxcontrib-bibtex~=2.1",
"sphinx-click",
"sphinx_rtd_theme",
"sphinx-rtd-theme>=1.3.0rc1", # 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",
Expand Down

0 comments on commit 73208e4

Please sign in to comment.