From e445588226c7278f2f8053575a6b39c0148a1c01 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 20 Dec 2024 13:24:06 -0500 Subject: [PATCH] update RTD yaml --- .readthedocs.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 575d783f0..7f8f14f50 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 conda: - environment: docs/source/environment.yaml + environment: docs/environment.yml build: os: "ubuntu-20.04" @@ -16,13 +16,11 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py - # If using Sphinx, optionally build your docs in additional formats such as PDF # formats: # - pdf # # Optionally declare the Python requirements required to build your docs -python: - install: - - method: pip - path: . +# python: +# install: +# - requirements: docs/requirements.txt