Skip to content

Commit d1fd55e

Browse files
committed
Try to fix the readthedocs build
1 parent 53d5fa4 commit d1fd55e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
python:
7+
version: 3
8+
install:
9+
- method: pip
10+
path: .
11+
extra_requirements:
12+
- docs
13+
14+
formats:
15+
- epub
16+
- pdf

0 commit comments

Comments
 (0)