summaryrefslogtreecommitdiffhomepage
path: root/sites/www/.readthedocs.yaml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-09-23 20:00:44 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-09-23 20:00:44 -0400
commit34c102fd15630b2d2559cb112d4d3e3b2ce846e7 (patch)
tree058e9f0c809eb6aad7250a35ed14e16355e4dc5a /sites/www/.readthedocs.yaml
parentf763ea4926918d119f118e579ae935cb65e3dbb3 (diff)
parentac465f652a444db45d56ec4b56059e4f67d6bef4 (diff)
Merge branch '3.2' into 3.3
Diffstat (limited to 'sites/www/.readthedocs.yaml')
-rw-r--r--sites/www/.readthedocs.yaml13
1 files changed, 13 insertions, 0 deletions
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