We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcde0df commit 36a8844Copy full SHA for 36a8844
.readthedocs.yaml
@@ -12,6 +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
16
- pip-compile docs/req.in
17
- pip install -r docs/req.txt
18
- python setup.py install
0 commit comments