Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bach <benjamin@overtag.dk>2022-08-24 23:39:05 +0300
committerBenjamin Bach <benjamin@overtag.dk>2022-08-25 00:10:59 +0300
commit8bdf730bf2e57c10468d44722cdd326201b6657b (patch)
treee6eeb594498cf3a5c7a3df51e6ded1bdac201e5e
parent10e65621548b47f4094f8f4d9bf2a3de5396257d (diff)
Add an upper bound for when Sphinx 6 is released
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1e58d45..2367c01 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ include_package_data = True
zip_safe = False
packages = sphinx_rtd_theme
install_requires =
- sphinx >=1.6
+ sphinx >=1.6,<6
docutils <0.18
Jinja2 <3.1
tests_require =