Skip to content

Commit fa6eb57

Browse files
committed
fixup! fixup! fixup! fixup! build: use uv in ReadTheDocs
1 parent f29a1c4 commit fa6eb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ build:
1414
tools:
1515
python: "3.11"
1616
commands:
17-
- apt update
18-
- apt install -y graphviz
17+
- sudo apt update
18+
- sudo apt install -y graphviz
1919
- pip install uv
2020
- uv run tox -e docs
2121

0 commit comments

Comments
 (0)