From 8590b7c7869391c802f04aff6cb59c4023f3321a Mon Sep 17 00:00:00 2001 From: Alexander Gress <alexander.gress@helmholtz-hips.de> Date: Wed, 29 May 2024 14:53:29 +0200 Subject: [PATCH] Try other readthedocs yaml --- .readthedocs.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d8c521e..9138a7f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,16 +1,13 @@ -# Required -version: 2 +version: "2" -# Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: "ubuntu-22.04" tools: - python: "3.12" + python: "3.10" -mkdocs: - configuration: mkdocs.yml - -# Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/source/conf.py