From fd294f86a1adffae1a195791046f45152d64b07f Mon Sep 17 00:00:00 2001 From: jnwei Date: Wed, 8 May 2024 15:12:28 +0700 Subject: [PATCH] fix typo in readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3909fa7..7498fd1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,11 +4,11 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "mambaforge-4.10" # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py conda: environment: docs/environment.yml