From 6343f44e01e81178c737486c19feb30350b57237 Mon Sep 17 00:00:00 2001 From: Mike McKerns Date: Sun, 12 Nov 2023 22:37:13 -0500 Subject: [PATCH] add build to rtfd config (#632) --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1541a7f3..ba1a8e8b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,8 +7,13 @@ sphinx: configuration: docs/source/conf.py # build +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +# install python: - version: "3.8" install: - method: pip path: .