From 5ebfa942b6d1fdb23c091a4054f8c7aa7fbef81f Mon Sep 17 00:00:00 2001 From: Berry Schoenmakers Date: Fri, 24 May 2024 13:40:49 +0200 Subject: [PATCH] Fix readthedocs.yaml. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1fbe9b3a..4d12d673 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 formats: all python: install: - - method: setuptools + - method: pip path: . - requirements: docs/requirements.txt build: @@ -10,4 +10,4 @@ build: tools: python: "3.9" sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py