From 7c125ac0762932c914c2359f833f4502bc010378 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 23 Sep 2023 19:28:16 -0400 Subject: [PATCH] RTD YAML --- sites/docs/.readthedocs.yaml | 13 +++++++++++++ sites/www/.readthedocs.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 sites/docs/.readthedocs.yaml create mode 100644 sites/www/.readthedocs.yaml diff --git a/sites/docs/.readthedocs.yaml b/sites/docs/.readthedocs.yaml new file mode 100644 index 000000000..3212c9307 --- /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 diff --git a/sites/www/.readthedocs.yaml b/sites/www/.readthedocs.yaml new file mode 100644 index 000000000..4f7d397e0 --- /dev/null +++ b/sites/www/.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/www/conf.py