From de9a3b5f60f94ee18bf279024c56d4043d90ce62 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 25 May 2020 11:55:13 -0400 Subject: [PATCH] Bump Sphinx to 2.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccb9f3d6e..60f5209c0 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl==1.3.0'], 'docs': [ - 'sphinx==1.8.5', + 'sphinx==2.4.4', 'sphinxcontrib_trio==1.1.1', 'sphinxcontrib-websupport', ]