From 1fb068f433a1e649c3b735f8a16352ecce78a8ec Mon Sep 17 00:00:00 2001 From: Mikhail Andrenkov Date: Wed, 24 Nov 2021 10:06:13 -0500 Subject: [PATCH] Install CMake on Read the Docs (#70) * Install CMake on Read the Docs * Install CMake using pip to satisfy version constraint --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bb5f6431..f5784cd9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: .