Update Sphinx to version 2.0

This commit is contained in:
Mads Marquart
2019-07-03 14:20:37 +02:00
parent 81278ed553
commit 2bd08c8254
8 changed files with 10 additions and 11 deletions

View File

@@ -54,6 +54,9 @@ test = [
"pytest~=4.0",
"six~=1.0",
]
docs = [
"sphinx~=2.0",
]
lint = [
"black",
]