From 74bec6be35fdc5bf8b5a703457776e880cbdbb89 Mon Sep 17 00:00:00 2001 From: johnbywater Date: Sun, 21 Jan 2024 00:24:13 +0000 Subject: [PATCH] Reverted Sphinx to v5. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 963ee835..e5711780 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ postgresql_dev_requires + crypto_requires + [ - "Sphinx>=5.0,<=6.0", + "Sphinx>=5.0,<6.0", "sphinx_rtd_theme==1.3.0", "orjson", "pydantic",