From ae8d2c79276ea8e9e3240dc6c68702c2b5f1541d Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Mon, 18 Sep 2023 07:54:02 -0500 Subject: [PATCH] Try to get docs building again. --- .readthedocs.yaml | 8 ++++++++ docs/requirements.txt | 1 + 2 files changed, 9 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 850d79c4a..b1c5920aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,3 +2,11 @@ version: 2 python: install: - requirements: docs/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py diff --git a/docs/requirements.txt b/docs/requirements.txt index 93120e66c..058a2647b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ docutils<0.18 +sphinx-rtd-theme