From e48b6b1e4ad713661b7231f9de6124a958945f19 Mon Sep 17 00:00:00 2001 From: David Prihoda Date: Fri, 23 Aug 2024 11:25:15 +0200 Subject: [PATCH] Update readthedocs config --- .readthedocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index fa3d5d5..422c604 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "miniconda3-4.7" conda: environment: docs/environment.yml @@ -14,5 +14,6 @@ python: path: . sphinx: + builder: html configuration: docs/source/conf.py