From 10fa76dfd3fdf2ce0449bd1cab1aa20a270dc0de Mon Sep 17 00:00:00 2001 From: RalfG Date: Fri, 8 Sep 2023 16:35:18 +0200 Subject: [PATCH] Update readthedocs config --- .readthedocs.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9cb62987..58bc3132 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,21 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/source/conf.py + builder: dirhtml + +formats: + - pdf + - epub + python: install: - method: pip path: . extra_requirements: - docs - -sphinx: - builder: dirhtml