We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0fe30 commit 92232a8Copy full SHA for 92232a8
buildout.cfg
@@ -0,0 +1,13 @@
1
+[buildout]
2
+develop = .
3
+parts =
4
+ sphinx
5
+
6
7
+[sphinx]
8
+recipe = zc.recipe.egg
9
+eggs =
10
+ RestrictedPython[docs]
11
+ Sphinx
12
+scripts =
13
+ sphinx-build
setup.py
@@ -71,6 +71,7 @@ def read(*rnames):
71
tests_require=tests_require,
72
extras_require={
73
'test': tests_require,
74
+ 'docs': ['Sphinx', 'sphinx_rtd_theme'],
75
},
76
include_package_data=True,
77
zip_safe=False
0 commit comments