From 741ff887ccfe1e31f73e3e740222de3c7a498644 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 9 Mar 2023 17:25:57 -0700 Subject: [PATCH] Cython/RTD --- .readthedocs.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2aa4269e..254170c8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ # Required version: 2 -# conda: -# environment: conda_env.yml +conda: + environment: conda_env.yml -build: - os: "ubuntu-22.04" - tools: - python: "3.10" +# build: +# os: "ubuntu-22.04" +# tools: +# python: "3.10" # jobs: # post_create_environment: # - python setup.py build