Skip to content

Commit

Permalink
readthedocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 23, 2020
1 parent bb095fb commit 6cf468c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/requirements.txt

This file was deleted.

6 changes: 5 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: sphinx-togglebutton
type: sphinx
requirements_file: doc/requirements.txt
python:
version: 3
install:
- method: pip
path: .
extra_requirements:
- sphinx
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
'_static/togglebutton.js'
]
},
install_requires=["flit", "setuptools", "wheel", "sphinx"],
install_requires=["setuptools", "wheel", "sphinx"],
extras_require={
"sphinx": ["sphinx"]
}
classifiers=["License :: OSI Approved :: MIT License"]
)

0 comments on commit 6cf468c

Please sign in to comment.