Skip to content

Commit

Permalink
Add requirements-doc.txt for documentation builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Feb 21, 2019
1 parent 2b69ecb commit e2517f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sphinx==1.8.4
sphinx-rtd-theme==0.4.3
m2r==0.2.1
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
setuptools>=40.8.0
hidapi==0.7.99.post21
Sphinx==1.8.4
sphinx-rtd-theme==0.4.3
m2r==0.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email='[email protected]',
url='https://github.com/abcminiuser/python-elgato-streamdeck',
package_dir={'': 'src'},
packages=setuptools.find_namespace_packages(where='src'),
packages=setuptools.find_packages(where='src'),
install_requires=['hidapi'],
license="MIT",
long_description=long_description,
Expand Down

0 comments on commit e2517f9

Please sign in to comment.