Skip to content
Draft
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ sphinx:
configuration: conf.py

build:
os: ubuntu-lts-latest
os: ubuntu-22.04
tools:
python: "3.14"
jobs:
build:
html:
# Command copied from
# https://github.com/python/python-docs-es/blob/3.14/.github/workflows/main.yml#L94
- sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . $READTHEDOCS_OUTPUT/html


# Optionally set the version of Python and requirements required to build your docs
Expand Down