Skip to content

Commit

Permalink
Read the docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Jul 24, 2020
1 parent 5fc380c commit 3c4e140
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
extras_require={
'dev': ['nose', 'flake8'],
'test': ['nose', 'flake8'],
'docs': ['Sphinx>=3'],
},
)

0 comments on commit 3c4e140

Please sign in to comment.