Skip to content

Commit

Permalink
Define Sphinx dependency at docs/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Nov 29, 2019
1 parent 0e62ee6 commit f9e2939
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ version: 2
python:
version: 3.6
install:
- path: .
extra_requirements: [docs]
- requirements: docs/requirements.txt

sphinx:
builder: html
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx>=2.2.1
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
install_requires=['torch>=1.1'],
setup_requires=['pytest-runner'],
tests_require=['pytest>=4'],
extras_require={'docs': ['sphinx>=2.2.1']},

classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit f9e2939

Please sign in to comment.