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 040f37c commit 863d27fCopy full SHA for 863d27f
1 file changed
.readthedocs.yml
@@ -11,5 +11,12 @@ build:
11
12
commands:
13
- git clone --depth=1 https://github.com/python/cpython
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
- - mv cpython/Doc/build _readthedocs
17
+ - mkdir -p _readthedocs/html
18
+ - mv cpython/Doc/build/html/. _readthedocs/html
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
0 commit comments