Skip to content

Commit

Permalink
try update sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Nov 19, 2016
1 parent e6839ee commit 9a8a83c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
python:
version: 3
extra_requirements:
- docs
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ def read(f):
install_requires=install_requires,
tests_require=tests_require,
include_package_data=True,
extras_require={
'docs': [
'sphinx >= 1.4.8',
'sphinx_rtd_theme']},
)

0 comments on commit 9a8a83c

Please sign in to comment.