Skip to content

Commit 1fb068f

Browse files
authored
Install CMake on Read the Docs (#70)
* Install CMake on Read the Docs * Install CMake using pip to satisfy version constraint
1 parent 63d75e1 commit 1fb068f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ version: 2
33
build:
44
image: latest
55
apt_packages:
6+
- doxygen
7+
- graphviz
68
- libblas-dev
79
- python3.7-dev
810
- python3-wheel
9-
- doxygen
10-
- graphviz
1111

1212
python:
1313
version: 3.7
1414
install:
1515
- requirements: docs/requirements.txt
1616
- requirements: python/requirements.txt
17+
- requirements: python/requirements-dev.txt
1718
- method: pip
1819
path: .
1920

0 commit comments

Comments
 (0)