Skip to content

Commit 22e5b44

Browse files
committed
RTD config
1 parent 6394ae8 commit 22e5b44

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.readthedocs.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
python:
3+
version: 3.8
4+
install:
5+
- method: pip
6+
path: .
7+
extra_requirements:
8+
- docs
9+
sphinx:
10+
fail_on_warning: true

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*",
4343
extras_require=dict(
4444
test=['pytest', 'pytest-cov'],
45+
docs=['sphinx'],
4546
build=['wheel', 'twine']
4647
)
4748
)

0 commit comments

Comments
 (0)