From f047ccf098f4aac80659d22ea0d7b6b34ec03d89 Mon Sep 17 00:00:00 2001 From: Boyan Date: Tue, 13 Feb 2024 20:46:18 +0100 Subject: [PATCH] try to install theme --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 05333ca..2cf4b33 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,5 +7,8 @@ build: tools: python: "3.12" +python: + install: + - ["sphinx-rtd-theme"] sphinx: configuration: docs/conf.py