From fc1f7b8f3202e99dced89209ffadd7a15cae0142 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 26 Jan 2024 09:23:33 -0500 Subject: [PATCH] Downgrade sphinxcontrib-websupport version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ac994d0e..ee7b20073 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ extras_require = { 'docs': [ 'sphinx==4.4.0', 'sphinxcontrib_trio==1.1.2', - 'sphinxcontrib-websupport==1.2.6', + 'sphinxcontrib-websupport==1.2.4', 'typing-extensions>=4.3,<5', 'sphinx-inline-tabs==2023.4.21', ],