From: Dmitry Shachnev <mitya57@debian.org>
Date: Thu, 9 Feb 2023 01:46:48 +0400
Subject: Remove sphinxcontrib-jquery dependency for now

This dependency is needed only for Sphinx 6, but Debian Bookworm will
have Sphinx 5.
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index be814ce..96383a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,7 +47,6 @@ python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
 install_requires = 
 	sphinx >=1.6,<7
 	docutils <0.19
-	sphinxcontrib-jquery >=2.0.0,!=3.0.0 ; python_version > '3'
 tests_require = 
 	pytest
 
