From 0a8c98681c944eb0ef9daa2821964a352fb24c2e Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Wed, 27 Sep 2023 01:00:45 -0400 Subject: [PATCH] fix: try to get readthedocs working Signed-off-by: Andrew Calcutt --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bfc19d8..c06e476 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,16 +4,15 @@ # Required version: 2 -# Set the OS, Python version and other tools you might need +# Set the version of Python and other tools you might need build: os: ubuntu-22.04 tools: python: "3.11" +# Build documentation in the doc/help/ directory with Sphinx sphinx: configuration: docs/conf.py - formats: +formats: - pdf - - epub -