Skip to content

Commit

Permalink
Config Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed Nov 29, 2019
1 parent 00d8ae2 commit 0e62ee6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

python:
version: 3.6
install:
- path: .
extra_requirements: [docs]

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

formats: all
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
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 0e62ee6

Please sign in to comment.