We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a8844 commit 68d8afdCopy full SHA for 68d8afd
.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
12
python: "3.11"
13
commands:
14
- pip install pip-tools
15
- - apt-get install -y python3-dev python3-setuptools git gcc
+ - sudo apt-get install -y python3-dev python3-setuptools git gcc
16
- pip-compile docs/req.in
17
- pip install -r docs/req.txt
18
- python setup.py install
0 commit comments