Skip to content

Commit bb16334

Browse files
authored
Infra: Build RTD previews with latest Python (python#3538)
1 parent 8cf69d6 commit bb16334

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

.readthedocs.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
# Project page: https://readthedocs.org/projects/pep-previews/
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3"
11+
12+
commands:
13+
- make dirhtml JOBS=$(nproc) BUILDDIR=_readthedocs/html
14+
15+
sphinx:
16+
builder: dirhtml
17+
18+
search:
19+
ignore: ['*']

readthedocs.yaml

-15
This file was deleted.

0 commit comments

Comments
 (0)