Skip to content

Commit a4e31ed

Browse files
authored
Merge pull request #180 from pytest-dev/179-migrate--project-to-readthedocs-configuration-file-v2
Explicitly add .readthedocs.yaml configuration file
2 parents 6fda5d3 + 20a1860 commit a4e31ed

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+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
fail_on_warning: true
11+
12+
formats:
13+
- pdf
14+
- epub
15+
16+
python:
17+
install:
18+
- requirements: requirements/docs.txt

0 commit comments

Comments
 (0)