Skip to content

Commit

Permalink
#202: update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Dec 5, 2018
1 parent 22f0045 commit 900f3ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ build:
python:
version: 3.6 # https://github.com/rtfd/readthedocs.org/issues/4434
setup_py_install: true
extra_requirements:
- docs
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ def load_module(module_path):
'sympy',
'pipdate',
],
extras_require={
'docs': [
'sphinx',
'sphinx_rtd_theme',
'sphinx-autodoc-typehints',
],
},
long_description=readme,
author=version.__author__,
author_email=version.__email__,
Expand Down

0 comments on commit 900f3ef

Please sign in to comment.