Skip to content

Commit 68d8afd

Browse files
committed
fix docs bug
1 parent 36a8844 commit 68d8afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
python: "3.11"
1313
commands:
1414
- pip install pip-tools
15-
- apt-get install -y python3-dev python3-setuptools git gcc
15+
- sudo apt-get install -y python3-dev python3-setuptools git gcc
1616
- pip-compile docs/req.in
1717
- pip install -r docs/req.txt
1818
- python setup.py install

0 commit comments

Comments
 (0)