Skip to content

Commit 1e90b97

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

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.readthedocs.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
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
18-
fail_on_warning: false
15+
fail_on_warning: true

0 commit comments

Comments
 (0)