From fc07eb2b464eaea1f3dcc9ce4d57343571e8527f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 30 Jun 2009 06:14:49 -0400 Subject: Integrate pylint and Sphinx documentation buildout targets. * bin/lint.sh runs the linter (be very afraid) * bin/docs runs Sphinx over the documentation (needs refining) src/sphinxconf.py is an ugly hack to hook the buildout recipe so that we can ignore text files in our tree that are not documentation. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 865259f65..9ca967124 100644 --- a/setup.py +++ b/setup.py @@ -101,4 +101,7 @@ case second `m'. Any other spelling is incorrect.""", setup_requires = [ 'setuptools_bzr', ], + extras_require=dict( + docs=['Sphinx', 'z3c.recipe.sphinxdoc'], + ) ) -- cgit v1.2.3-70-g09d2