From 6aa46a7355caa1a7fd678823846ed286b8f9c7f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 Jun 2025 21:10:35 -0700 Subject: [PATCH] MAINT: adding sphinx configuration --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index d9f416b..6407d44 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -5,6 +5,9 @@ build: tools: python: "mambaforge-latest" +sphinx: + configuration: docs/source/conf.py + conda: environment: docs/environment.yml