Skip to content

Commit d5957b8

Browse files
committed
Use python3.8 for rtd
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c81c586 commit d5957b8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
build:
3+
image: latest
4+
formats:
5+
- htmlzip
6+
- epub
7+
- pdf
8+
python:
9+
version: 3.8
10+
install:
11+
- method: pip
12+
path: .
13+
extra_requirements:
14+
- docs
15+
sphinx:
16+
builder: html
17+
configuration: docs/conf.py
18+
fail_on_warning: true

0 commit comments

Comments
 (0)