From 79af127347a401cd17b99947026fbdf5eb0f8770 Mon Sep 17 00:00:00 2001 From: Rico Schrage Date: Mon, 9 Sep 2024 17:00:02 +0200 Subject: [PATCH] Removing python information from python section --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f61417d..8ce315e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: os: ubuntu-22.04 tools: python: "3.12" - + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -18,8 +18,6 @@ sphinx: formats: - pdf -# Optionally set the version of Python and requirements required to build your docs python: - version: "3.12" install: - requirements: docs/requirements.txt