From c872c7e605560ffd89b03ab9efc8b2cbb29693d4 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 27 Dec 2023 12:27:47 +0100 Subject: [PATCH] docs: update readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 15f1c609..ca1bf653 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,6 @@ build: os: ubuntu-22.04 tools: python: "3" +sphinx: + builder: html + configuration: docs/conf.py