Skip to content

Commit 56acfe6

Browse files
committed
Build with -j auto
1 parent 9a8b2c6 commit 56acfe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ build:
1313
os: ubuntu-lts-latest
1414
tools:
1515
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
1622

1723

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

0 commit comments

Comments
 (0)