From 7fbbd640d3f64c061023fd121ee77e9942f5129c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Mon, 9 May 2022 11:30:34 +0200 Subject: [PATCH] testing rtd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6d5562a..e0bb5da 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -25,8 +25,8 @@ build: # golang: "1.17" # Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/root/source/conf.py +#sphinx: +# configuration: docs/root/source/conf.py # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: @@ -34,5 +34,6 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: + version: 3.9 install: - requirements: docs/root/requirements.txt