From a1f09d524c4003a94f4fbc0a292dc06fd993069d Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 30 Apr 2024 13:06:07 +0200 Subject: [PATCH] Define the sphinx version which we want to use --- .readthedocs.yaml | 4 ++++ requirements.txt | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ac57d362..04889a17 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,5 +5,9 @@ build: tools: python: "3.12" +python: + install: + - requirements: requirements.txt + sphinx: configuration: conf.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..480f0fbb --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +setuptools==68.2.2 +sphinx==7.2.6