From 5a1b1723b98338b8cba1a59adb16bfd9189684d0 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Thu, 4 Jan 2024 11:47:14 +0100 Subject: [PATCH] Add ReadTheDocs configuration file --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..8820ddf --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +--- +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py