Skip to content

Commit

Permalink
- make it easier to build docs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 12, 2020
1 parent ff0fe30 commit 92232a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[buildout]
develop = .
parts =
sphinx


[sphinx]
recipe = zc.recipe.egg
eggs =
RestrictedPython[docs]
Sphinx
scripts =
sphinx-build
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def read(*rnames):
tests_require=tests_require,
extras_require={
'test': tests_require,
'docs': ['Sphinx', 'sphinx_rtd_theme'],
},
include_package_data=True,
zip_safe=False
Expand Down

0 comments on commit 92232a8

Please sign in to comment.