Skip to content

Commit 4c9d768

Browse files
committed
Fix issues building docs.
1 parent 0aa6781 commit 4c9d768

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
apt_packages:
6+
- cmake
7+
- libboost-dev
8+
tools:
9+
python: "3.7"
10+
311
sphinx:
412
configuration: docs/source/conf.py
513

614
python:
7-
version: 3.7
815
install:
916
- requirements: docs/requirements.txt
1017
- method: pip

0 commit comments

Comments
 (0)