From 5d4148e80b9c21561d9cfebce9785630e36287f6 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Fri, 20 Oct 2023 22:28:24 +0200 Subject: [PATCH] Fix next RTD error. --- .readthedocs.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ee4357e7d..40a528d08 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,19 +9,18 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: configuration: Documentation/conf.py - # Optionally build your docs in additional formats such as PDF - formats: - - pdf - - epub +# Optionally build your docs in additional formats such as PDF +formats: + - pdf + - epub - # Optionally set the version of Python and requirements required to build your docs - python: - version: 3.7 - install: - - requirements: Documentation/docker-sphinx-qfq/requirements.txt \ No newline at end of file +# Optionally set the version of Python and requirements required to build your docs +python: + install: + - requirements: Documentation/docker-sphinx-qfq/requirements.txt \ No newline at end of file -- GitLab