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:
parent
92a75717f0
commit
54514682d4
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue