From bd997ff135676b8584f19ae232d3af46b529bc04 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Wed, 27 Sep 2023 00:50:01 -0400 Subject: [PATCH] fix: add new readthedocs config file needed for documentation to update Signed-off-by: Andrew Calcutt --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..bfc19d8 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + + formats: + - pdf + - epub +