Commit 700abe58 authored by Jérome Perrin's avatar Jérome Perrin

Add doc requires to fix sphynx

parent 10c95fcb
......@@ -47,6 +47,7 @@ setup(name=name,
'zope.interface', # slap library implementes interfaces
'zc.buildout',
] + additional_install_requires,
extra_requires={'docs': ('Sphinx', 'repoze.sphinx.autointerface'),},
zip_safe=False, # proxy depends on Flask, which has issues with
# accessing templates
entry_points={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment