Skip to content

Commit e972589

Browse files
Docs: move formats to top level in RTD config (#4718)
1 parent a6349e1 commit e972589

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22

33
build:
4-
os: ubuntu-22.04 # required since Oct 2023
4+
os: ubuntu-22.04
55
tools:
66
python: "3.11"
77

@@ -11,7 +11,7 @@ python:
1111

1212
sphinx:
1313
configuration: docs/source/conf.py
14-
builder: html
15-
formats:
16-
- epub
17-
- pdf
14+
15+
formats:
16+
- epub
17+
- pdf

0 commit comments

Comments
 (0)