From 2bbcb7952b92c412a85f937ce1d5cfe58fdad020 Mon Sep 17 00:00:00 2001 From: Rosio Date: Thu, 19 Sep 2024 14:54:36 -0700 Subject: [PATCH] Update RTD config (#301) * update RTD config * update docs workflow python version --- .github/workflows/docs.yml | 2 +- readthedocs.yml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 967b47a51..466091871 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - python-version: [ '3.7' ] + python-version: [ '3.10' ] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/readthedocs.yml b/readthedocs.yml index b9eadb806..7bd34f0ae 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,4 +1,12 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + conda: - file: docs/environment.yml -python: - version: 3 + file: docs/environment.yml + +sphinx: + configuration: docs/source/conf.py