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.
1 parent 56acfe6 commit 7d79faeCopy full SHA for 7d79fae
.readthedocs.yml
@@ -18,7 +18,7 @@ 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
+ - sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . $READTHEDOCS_OUTPUT/html
22
23
24
# Optionally set the version of Python and requirements required to build your docs
0 commit comments