From 39f0a0f2e927fb8114b4799f1cb7e4a703872ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Livet?= Date: Sat, 9 Jul 2022 15:31:19 +0200 Subject: [PATCH] and another try --- .readthedocs.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7b557b9..db9e181 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,9 @@ version: 2 -build: - tools: - python: "3.10" - commands: - - pip install myst-parser +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt sphinx: builder: html