From dfa8c9e4fe9d43ed05c3ca0214de67dcf267b3e5 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 8 Oct 2024 22:26:58 +0200 Subject: [PATCH] Documentation: Fix Read The Docs configuration settings --- .readthedocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..a9437a2 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true + +python: + install: + - requirements: docs/requirements.txt