From 75973a7a27a506fade03dbaf2419323f8c09f2f6 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 9 Mar 2023 17:04:23 -0700 Subject: [PATCH] Cython/RTD --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 254170c8..7c769ec5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,10 +8,10 @@ version: 2 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