Skip to content

Commit 213f15c

Browse files
Tidy up
1 parent 863d27f commit 213f15c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ build:
1414
- git clone --depth=1 https://github.com/python/python-docs-pl cpython/Doc/locales/pl/LC_MESSAGES
1515
# Build English preview.
1616
- make html CPYTHON_PATH=cpython
17-
- mkdir -p _readthedocs/html
18-
- mv cpython/Doc/build/html/. _readthedocs/html
17+
- mv cpython/Doc/build _readthedocs
1918
# Build Polish translation preview.
2019
- make html CPYTHON_PATH=cpython SPHINXOPTS="-D language=pl"
21-
- mkdir -p _readthedocs/html/pl
22-
- mv cpython/Doc/build/html/. _readthedocs/html/pl
20+
- mv cpython/Doc/build _readthedocs/pl

0 commit comments

Comments
 (0)