Skip to content

Commit f42861e

Browse files
committed
Maintenance: Add ReadTheDocs configuration file.
1 parent d3c844f commit f42861e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-22.04
8+
apt_packages:
9+
- gettext
10+
tools:
11+
python: '3.11'
12+
13+
sphinx:
14+
configuration: conf.py
15+
# TODO: Re-enable failure on warnings when all translation issues are handled.
16+
# fail_on_warning: true
17+
18+
formats:
19+
- htmlzip
20+
- epub
21+
22+
python:
23+
install:
24+
- requirements: requirements.txt

0 commit comments

Comments
 (0)