From 691cb56f15f7b81471aa35f4d620bd27a3084817 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Mon, 6 Feb 2023 08:24:06 -0600 Subject: [PATCH] trying to get version correct on docs pdf --- .readthedocs.yaml | 10 ++++++---- docs/environment.yml | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c3bb985..40449dd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,12 @@ build: tools: python: "mambaforge-4.10" -python: - install: - - method: pip - path: ./ +# use this for in-between versions to see docs that +# depend on new code +# python: +# install: +# - method: pip +# path: ./ conda: environment: docs/environment.yml diff --git a/docs/environment.yml b/docs/environment.yml index 87718a7..f0b3902 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -28,6 +28,7 @@ dependencies: - git+https://github.com/intake/intake - intake-parquet - intake-xarray + - intake-axds # - "dask[complete]" - docrep<=0.2.7 - furo