From a8727ce0b61125f7c108ce7d3666fff69380c485 Mon Sep 17 00:00:00 2001 From: Jarrod Ribble Date: Thu, 18 Apr 2024 22:34:39 -0600 Subject: [PATCH] Try to get the read the docs build working. --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index e3662ba56..d297370e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py