Skip to content

Commit

Permalink
Configure ReadTheDocs to install autoclasstoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed May 15, 2020
1 parent 6862ca3 commit 9098d10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2

python:
install:
- method: pip
path: .
extra_requirements:
- docs
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
'linersock',
'docopt',
],
extras_require={
'docs': [
'autoclasstoc',
],
},
license='MIT',
zip_safe=False,
keywords=[
Expand Down

0 comments on commit 9098d10

Please sign in to comment.