We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-j auto
1 parent 9a8b2c6 commit 56acfe6Copy full SHA for 56acfe6
.readthedocs.yml
@@ -13,6 +13,12 @@ build:
13
os: ubuntu-lts-latest
14
tools:
15
python: "3.14"
16
+ jobs:
17
+ build:
18
+ html:
19
+ # Command copied from
20
+ # https://github.com/python/python-docs-es/blob/3.14/.github/workflows/main.yml#L94
21
+ - sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . $READTHEDOCS_OUTPUTDIR/html
22
23
24
# Optionally set the version of Python and requirements required to build your docs
0 commit comments