From cb9d179b0b82b290912765f087da157cc5b94657 Mon Sep 17 00:00:00 2001 From: golmschenk Date: Fri, 23 Feb 2024 00:03:44 -0500 Subject: [PATCH] Install the sphinx theme during the docs build --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4cb2fb3..0cd1792 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ build: os: ubuntu-20.04 tools: python: "3.11" + jobs: + post_install: + - pip install furo sphinx: configuration: docs/source/conf.py