diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-09-23 19:43:10 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-09-23 19:43:10 -0400 |
commit | ac465f652a444db45d56ec4b56059e4f67d6bef4 (patch) | |
tree | 10f04079f3107f5e15b90ae2577d2bfb31ec7ff8 /sites | |
parent | 377bc8e4fbb89867de1df3072d017e985a5af932 (diff) |
RTD YAML update
Diffstat (limited to 'sites')
-rw-r--r-- | sites/docs/.readthedocs.yaml | 13 | ||||
-rw-r--r-- | sites/www/.readthedocs.yaml | 13 |
2 files changed, 26 insertions, 0 deletions
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 diff --git a/sites/www/.readthedocs.yaml b/sites/www/.readthedocs.yaml new file mode 100644 index 00000000..4f7d397e --- /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 |