From 2ecaf3a3dc2f04dd40063c37a9c877ffe8bb06dd Mon Sep 17 00:00:00 2001 From: tp832944 <139139729+tp832944@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:29:21 +0000 Subject: [PATCH] feat: add ReadTheDocs config refs: #254 --- .readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1b43001 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/source/conf.py + builder: "html" + fail_on_warning: true + +python: + install: + - requirements: requirements-docs.txt