From 7543328fe784c5c044f3c814ead271f89ecfb830 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 28 Jun 2019 01:43:04 -0400 Subject: Update Sphinx to 2.1.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5fa386ac..55116a63 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ with open('README.rst') as f: extras_require = { 'voice': ['PyNaCl==1.3.0'], 'docs': [ - 'sphinx==1.7.4', - 'sphinxcontrib-asyncio', + 'sphinx==2.1.2', + 'sphinxcontrib_trio', 'sphinxcontrib-websupport', ] } -- cgit v1.2.3