Skip to content

Commit 0f0c505

Browse files
committed
Simplify docs conf
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 95e7124 commit 0f0c505

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.readthedocs.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
version: 2
22
build:
3-
os: ubuntu-20.04
3+
os: ubuntu-22.04
44
tools:
5-
python: "3.10"
6-
formats:
7-
- htmlzip
8-
- epub
9-
- pdf
5+
python: "3"
106
python:
11-
install:
12-
- method: pip
13-
path: .
14-
extra_requirements: ["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)