Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Add guzzle sphinx theme as a docs requirement.
Browse files Browse the repository at this point in the history
Signed-off-by: Laura <[email protected]>
  • Loading branch information
Fuyukai committed Jul 29, 2017
1 parent a4bc193 commit 9d1d236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
extras_require={
"docs": [
"sphinx>=1.5.0",
"sphinxcontrib-asyncio"
"sphinxcontrib-asyncio",
"guzzle_sphinx_theme"
],
"postgres+asyncpg": [
"asyncpg>=0.12.0"
Expand Down

0 comments on commit 9d1d236

Please sign in to comment.