From 46ae7a0a9a3c0b4ca91966379eb8d42851439571 Mon Sep 17 00:00:00 2001 From: Claire Lunch Date: Wed, 6 Nov 2024 15:55:20 -0700 Subject: [PATCH] Create readthedocs.yml --- readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..6b8fa4d --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,9 @@ +# .readthedocs.yml + +build: + image: latest + +python: + version: 3.11 + +requirements_file: requirements.txt