From 4cd1014bacdf7f147d77cca5de2ebd374992b7cd Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:40:54 -0400 Subject: [PATCH] Use apt_packages to install cmake --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5f62d86b..c7d0ed50 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,11 +10,11 @@ build: os: ubuntu-20.04 tools: python: "3.9" + apt_packages: + - cmake jobs: - post_system_dependencies: - - apt-get install cmake - pre_create_environment: - - cmake .. + pre_build: + - cmake -Wno-dev . # Build documentation in the docs/ directory with Sphinx sphinx: