From 66ec79637141ddc5b9943274e4208c60fb39d107 Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Mon, 22 Apr 2024 07:29:41 -0500 Subject: [PATCH] fix: readthedocs --- .readthedocs.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index edfc5b0..9cd89ac 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,11 @@ -python: - version: 3 +version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "latest" +sphinx: + builder: html + configuration: docs/conf.py formats: - - epub - - pdf + - epub + - pdf