From c8692edb5ea768d5e4b15b9474d19d5cd9376562 Mon Sep 17 00:00:00 2001 From: Cecilie Svenningsen <54532645+CecSve@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:33:28 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2113414..df1e67f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,9 +22,6 @@ formats: # We recommend specifying your dependencies to enable reproducible builds: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -python: - install: - - requirements: requirements.txt - # Install pygbif before building the docs - - method: pip - path: . +# python: +# install: +# - requirements: requirements.txt