Skip to content

Commit 6b21973

Browse files
authored
Add readthedocs configuration file (#295)
As received by email, this configuration file will become mandatory: > The Read the Docs build system will start requiring a configuration file v2 (.readthedocs.yaml) > starting on September 25, 2023. We are sending weekly notifications about this issue to all impacted users, > as well as temporary build failures (brownouts) as the date approaches for those who haven't migrated their projects.
1 parent cb87a83 commit 6b21973

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
python:
4+
install:
5+
- method: pip
6+
path: .
7+
8+
build:
9+
os: ubuntu-20.04
10+
tools:
11+
python: "3.9"
12+
apt_packages:
13+
- inkscape
14+
15+
formats:
16+
- epub
17+
- pdf
18+
- htmlzip

0 commit comments

Comments
 (0)