Skip to content

Commit

Permalink
Install CMake on Read the Docs (#70)
Browse files Browse the repository at this point in the history
* Install CMake on Read the Docs

* Install CMake using pip to satisfy version constraint
  • Loading branch information
Mandrenkov committed Nov 24, 2021
1 parent 63d75e1 commit 1fb068f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ version: 2
build:
image: latest
apt_packages:
- doxygen
- graphviz
- libblas-dev
- python3.7-dev
- python3-wheel
- doxygen
- graphviz

python:
version: 3.7
install:
- requirements: docs/requirements.txt
- requirements: python/requirements.txt
- requirements: python/requirements-dev.txt
- method: pip
path: .

Expand Down

0 comments on commit 1fb068f

Please sign in to comment.