From ac465f652a444db45d56ec4b56059e4f67d6bef4 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 23 Sep 2023 19:43:10 -0400 Subject: RTD YAML update --- sites/docs/.readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sites/docs/.readthedocs.yaml (limited to 'sites/docs') diff --git a/sites/docs/.readthedocs.yaml b/sites/docs/.readthedocs.yaml new file mode 100644 index 00000000..3212c930 --- /dev/null +++ b/sites/docs/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.7" + +python: + install: + - requirements: dev-requirements.txt + +sphinx: + configuration: sites/docs/conf.py -- cgit v1.2.3