fix typo in readthedocs.yaml

This commit is contained in:
jnwei
2024-05-08 15:12:28 +07:00
parent a432a93664
commit fd294f86a1

View File

@@ -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