Skip to content

Commit 6323a16

Browse files
committed
Install GNU Gettext in Read the Docs, reorder arguments
1 parent da92325 commit 6323a16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build:
1212
- asdf plugin add uv
1313
- asdf install uv latest
1414
- asdf global uv latest
15+
- sudo apt-get install -y gettext
1516
- uv run generate.py
1617
- mkdir -p _readthedocs/html
1718
- mv index.html style.css _readthedocs/html

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
break
3535
with TemporaryDirectory() as tmpdir:
3636
completion = merge_and_scan_path(
37-
clone_path, pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'), hide_reserved=False, api_url='', merge_path=Path(tmpdir)
37+
clone_path, pot_path=Path(clones_dir, 'cpython/Doc/build/gettext'), merge_path=Path(tmpdir), hide_reserved=False, api_url=''
3838
).completion
3939
completion_progress.append((language, completion))
4040
print(completion_progress[-1])

0 commit comments

Comments
 (0)