From 6533d9e875e8f488d180a77aeabf4ea86ce2cbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9as=20Livet?= Date: Sat, 9 Jul 2022 15:24:06 +0200 Subject: [PATCH] improve readthedoc config --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3443878..6452cb1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,11 @@ version: 2 +# Optionally declare the Python requirements required to build your docs +python: + install: + - packages: "myst_parser" + sphinx: builder: html - configuration: conf.py + configuration: docs/source/conf.py fail_on_warning: true \ No newline at end of file