From 3bcb8082403aa94d0f8a1d0465fe97accaa5b20f Mon Sep 17 00:00:00 2001 From: Scott Graham <5720537+gramhagen@users.noreply.github.com> Date: Fri, 17 Sep 2021 12:01:02 -0400 Subject: [PATCH] Update .readthedocs.yaml moving build to happen before python install --- docs/.readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 647d071207..7e819f66b3 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -4,13 +4,13 @@ version: 2 sphinx: configuration: docs/source/conf.py +# Add necessary apt-get packages +build: + apt_packages: + - cmake + # Explicitly set the version of Python and its requirements python: version: 3.7 install: - requirements: docs/requirements.txt - -# Add necessary apt-get packages -build: - apt_packages: - - cmake