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