From 7699941c3b381a94d5c817cecd5c4303669b381f Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 6 Nov 2023 14:41:21 +0100 Subject: [PATCH] doc fix --- .readthedocs.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b62c7a8..e436219 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,17 +6,15 @@ # Required version: 2 -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/source/conf.py - builder: html - fail_on_warning: false - -# Optionally set the version of Python and requirements required to build your docs python: - version: '3.8' install: - method: pip path: . extra_requirements: - docs + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/source/conf.py + builder: html + fail_on_warning: false