From fd14cf7b81dde52b69890dbd6a88a52bde984dcd Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 25 May 2020 22:12:57 -0400 Subject: [PATCH] Bump Sphinx to 3.0.3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 913bfea93..d989aa15c 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl>=1.3.0,<1.5'], 'docs': [ - 'sphinx==2.4.4', - 'sphinxcontrib_trio==1.1.1', + 'sphinx==3.0.3', + 'sphinxcontrib_trio==1.1.2', 'sphinxcontrib-websupport', ] }