From 237b041e1f2f3c5bee5acbde7029dc14367afd9a Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Thu, 21 Nov 2024 14:40:45 +0100 Subject: [PATCH] add readthedocs yaml configuration file --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..bfa5340f --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + +sphinx: + configuration: doc/conf.py