diff --git a/.readthedocs.yml b/.readthedocs.yml index ef6e7a7eb9..a5f9794c3d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,9 +10,15 @@ sphinx: configuration: conf.py build: - os: ubuntu-lts-latest + os: ubuntu-24.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