Skip to content

Commit 84ddd09

Browse files
committed
fix docs bug
1 parent 68d8afd commit 84ddd09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.11"
13+
apt_packages:
14+
- libclang
15+
- cmake
16+
- python3-dev
17+
- python3-setuptools
18+
- gcc
1319
commands:
1420
- pip install pip-tools
15-
- sudo apt-get install -y python3-dev python3-setuptools git gcc
1621
- pip-compile docs/req.in
1722
- pip install -r docs/req.txt
1823
- python setup.py install

0 commit comments

Comments
 (0)