From 129aadda66aaaa48c2c1af0e464c2c10fe8f8cfb Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Fri, 27 Sep 2024 13:43:02 +0200 Subject: [PATCH] add readthedocs.yml --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..c5cd9954 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 + +build: + os: "ubuntu-22.04" + +python: + install: + - requirements: doc/requirements.txt + +sphinx: + configuration: doc/conf.py