From 73a0b1bb1aac1e68c0e4fa2df3007cbbe1ee7661 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 6 May 2023 23:18:27 +0200 Subject: [PATCH] Try adding RTD config file --- .readthedocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..98078ac9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.txt