From bfdfcb098ad09cf528080b054e4e3493f323c970 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Sat, 23 Dec 2023 12:40:59 -0500 Subject: [PATCH] Fix readthedocs build --- .readthedocs.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d95674..93c5ea8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,16 @@ version: 2 # Required in order to install with pip +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +sphinx: + configuration: "docs/conf.py" + python: - version: 3.7 + version: "3.11" install: - - path: . + - method: "pip" + path: "." - requirements: docs/requirements.txt