py-sphinx-rtd-theme: avoid concretizing 0.5 with Sphinx 7.0 (#39212)

* py-sphinx-rtd-theme: avoid concretizing 0.5 with Sphinx 7.0

* Update var/spack/repos/builtin/packages/py-sphinx-rtd-theme/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Seth R. Johnson 2023-08-03 09:31:05 -04:00 committed by GitHub
parent 92a75717f0
commit 54514682d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ class PySphinxRtdTheme(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-sphinx@1.6:6", when="@1:", type=("build", "run"))
depends_on("py-sphinx", when="@0.4.1:", type=("build", "run"))
depends_on("py-sphinx@:6", when="@0", type=("build", "run"))
depends_on("py-docutils@:0.18", when="@1.2:", type=("build", "run"))
depends_on("py-docutils@:0.17", when="@1:1.1", type=("build", "run"))
depends_on("py-docutils@:0.16", when="@0.5.2:0", type=("build", "run"))