From 18d51e75a8789bafe9aaa2ca8a62a5d5af5a6d53 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 20 Sep 2023 14:45:05 -0400 Subject: [PATCH] Set sphynx to < 7 to fix https://github.com/readthedocs/readthedocs.org/issues/10279 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2f8f390..73016e4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=7.2.2 +sphinx<7 SQLAlchemy>=1.3.20,<1.4.0 mysql-connector-python>=8.0.16 requests>=2.18.4