Skip to content

Commit

Permalink
move readthedocs.yml to root of project
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Dec 28, 2018
1 parent 2337145 commit a2030b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/readthedocs.yml → readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ build:

python:
version: 3.6
pip_install: True
extra_requirements:
- doc
- docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# What packages are optional?
EXTRAS = {
'dev': DEV_DEPS,
'docs': DOC_DEPS,
'docs': DOCS_DEPS,
}

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit a2030b0

Please sign in to comment.