diff --git a/setup.py b/setup.py index f2280da..6ca5c43 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,8 @@ extras_require={ "docs": [ "sphinx>=1.5.0", - "sphinxcontrib-asyncio" + "sphinxcontrib-asyncio", + "guzzle_sphinx_theme" ], "postgres+asyncpg": [ "asyncpg>=0.12.0"