From 5096971a43d3b8357db228f023fd73698529020c Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Fri, 1 Dec 2023 14:02:38 +0100 Subject: [PATCH] requirements.txt --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0974176..fa15592 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,10 +15,6 @@ build: # rust: "1.64" # golang: "1.19" -# Build documentation in the "docs/" directory with Sphinx -sphinx: - configuration: docs/source/conf.py - # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf @@ -29,4 +25,8 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/source/conf.py \ No newline at end of file