From 6f6e10856c8f3010fc8f68b21121e896a7d6d110 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Tue, 11 Jan 2022 11:11:14 -0500 Subject: [PATCH 1/2] Update .readthedocs.yaml --- .readthedocs.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0247226..279f3e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,14 @@ version: 2 +build: + os: "ubuntu-20.04" + tools: + python: "mambaforge-4.10" + +python: + install: + - method: setuptools + path: . + conda: environment: ci/environment-docs.yml - -sphinx: - configuration: docs/conf.py - fail_on_warning: true From 55b6664a04608c4582287b172b6182a037bd9b72 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Wed, 12 Jan 2022 13:09:50 -0500 Subject: [PATCH 2/2] Update .readthedocs.yaml --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 279f3e6..7e487b5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,9 @@ build: tools: python: "mambaforge-4.10" -python: - install: - - method: setuptools - path: . +sphinx: + configuration: docs/conf.py + fail_on_warning: true conda: environment: ci/environment-docs.yml