Skip to content

Commit 92232a8

Browse files
committed
- make it easier to build docs locally
1 parent ff0fe30 commit 92232a8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

buildout.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def read(*rnames):
7171
tests_require=tests_require,
7272
extras_require={
7373
'test': tests_require,
74+
'docs': ['Sphinx', 'sphinx_rtd_theme'],
7475
},
7576
include_package_data=True,
7677
zip_safe=False

0 commit comments

Comments
 (0)