Skip to content

Commit c00b88b

Browse files
committed
Add gettext with apt_packages (test)
1 parent 484bea9 commit c00b88b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ build:
88
os: ubuntu-24.04
99
tools:
1010
python: "3"
11+
apt_packages:
12+
- gettext
1113
commands:
1214
- asdf plugin add uv
1315
- asdf install uv latest
1416
- asdf global uv latest
15-
- apt-get install -y gettext
1617
- uv run generate.py
1718
- mkdir -p _readthedocs/html
1819
- mv index.html style.css _readthedocs/html

0 commit comments

Comments
 (0)