Skip to content

Commit

Permalink
Infra: Build RTD previews with latest Python (python#3538)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Nov 28, 2023
1 parent 8cf69d6 commit bb16334
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Project page: https://readthedocs.org/projects/pep-previews/

version: 2

build:
os: ubuntu-22.04
tools:
python: "3"

commands:
- make dirhtml JOBS=$(nproc) BUILDDIR=_readthedocs/html

sphinx:
builder: dirhtml

search:
ignore: ['*']
15 changes: 0 additions & 15 deletions readthedocs.yaml

This file was deleted.

0 comments on commit bb16334

Please sign in to comment.