Skip to content

Commit 484bea9

Browse files
committed
Remove sudo call in Read the Docs command
1 parent 6323a16 commit 484bea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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
15+
- apt-get install -y gettext
1616
- uv run generate.py
1717
- mkdir -p _readthedocs/html
1818
- mv index.html style.css _readthedocs/html

0 commit comments

Comments
 (0)