From e9df106beed8009e3fde679a3a743c9e20bf9549 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Fri, 6 Oct 2023 01:59:25 -0400 Subject: [PATCH] Add RTFD configuration --- .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 0000000..c0a2ee1 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,13 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +python: + install: + - requirements: docs/requirements.txt