Skip to content

Commit 7316bba

Browse files
committed
Simplify docs conf
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 47705ca commit 7316bba

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.readthedocs.yml

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
version: 2
22
build:
3-
image: latest
4-
formats:
5-
- htmlzip
6-
- epub
7-
- pdf
3+
os: ubuntu-22.04
4+
tools:
5+
python: "3"
86
python:
9-
version: 3.7
10-
install:
11-
- method: pip
12-
path: .
13-
extra_requirements:
14-
- docs
7+
install:
8+
- method: pip
9+
path: .
10+
extra_requirements:
11+
- docs
1512
sphinx:
1613
builder: html
1714
configuration: docs/conf.py

0 commit comments

Comments
 (0)