Make it easy to install the tools to build the docs.

This commit is contained in:
Simon Forman
2020-04-25 19:12:25 -07:00
parent 035f8108f0
commit f13d572304
2 changed files with 13 additions and 1 deletions
+8 -1
View File
@@ -47,5 +47,12 @@ setup(
install_requires=[
'dulwich',
'future',
]
],
extras_require={
"build-docs": [
"sphinx",
"ipython",
"nbconvert",
],
}
)