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 863d27f commit 213f15cCopy full SHA for 213f15c
1 file changed
.readthedocs.yml
@@ -14,9 +14,7 @@ build:
14
- git clone --depth=1 https://github.com/python/python-docs-pl cpython/Doc/locales/pl/LC_MESSAGES
15
# Build English preview.
16
- make html CPYTHON_PATH=cpython
17
- - mkdir -p _readthedocs/html
18
- - mv cpython/Doc/build/html/. _readthedocs/html
+ - mv cpython/Doc/build _readthedocs
19
# Build Polish translation preview.
20
- make html CPYTHON_PATH=cpython SPHINXOPTS="-D language=pl"
21
- - mkdir -p _readthedocs/html/pl
22
- - mv cpython/Doc/build/html/. _readthedocs/html/pl
+ - mv cpython/Doc/build _readthedocs/pl
0 commit comments