From c9f67310f7d590aa267cf139a983b5c6a49459fa Mon Sep 17 00:00:00 2001 From: "E. McConville" Date: Thu, 2 Nov 2023 11:58:47 -0500 Subject: [PATCH] Updated RTD build --- .readthedocs.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57da7574..4c78174e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,19 @@ version: 2 -sphinx: - configuration: docs/conf.py + +build: + os: ubuntu-22.04 + apt_packages: + - imagemagick + tools: + python: 3.12 formats: - epub - pdf python: - version: 3.8 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/conf.py \ No newline at end of file