Skip to content

Commit

Permalink
move doc requirements from setup.py to requirements doc.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Aug 21, 2018
1 parent 15bb8bd commit 5b4075f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions requirements-doc.txt
@@ -0,0 +1,3 @@
sphinx>=1.7.7,<2
sphinx-autodoc-typehints>=1.3.0,<2
sphinx-rtd-theme>=0.4.1,<1
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -35,8 +35,7 @@
extras_require={
'dev':
['mypy==0.620', 'pylint==1.8.2', 'yapf==0.20.2', 'tox>=3.0.0', 'temppathlib>=1.0.3,<2', 'coverage>=4.5.1,<5'],
'test': ['tox>=3.0.0', 'temppathlib>=1.0.3,<2', 'coverage>=4.5.1,<5'],
'doc': ['sphinx>=1.7.7,<2', 'sphinx-autodoc-typehints>=1.3.0,<2', 'sphinx-rtd-theme>=0.4.1,<1']
'test': ['tox>=3.0.0', 'temppathlib>=1.0.3,<2', 'coverage>=4.5.1,<5']
},
py_modules=['spurplus'],
package_data={"spurplus": ["py.typed"]})

0 comments on commit 5b4075f

Please sign in to comment.