From 8e299e80f8e135b884afce54d1ca576ca87fd3ad Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 10 Apr 2021 15:33:15 -0400 Subject: [PATCH] Update Sphinx to 3.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a8b55248..befbe64cf 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl>=1.3.0,<1.5'], 'docs': [ - 'sphinx==3.0.3', + 'sphinx==3.5.3', 'sphinxcontrib_trio==1.1.2', 'sphinxcontrib-websupport', ]