summaryrefslogtreecommitdiffstats
path: root/sites/docs/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sites/docs/.readthedocs.yaml')
-rw-r--r--sites/docs/.readthedocs.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sites/docs/.readthedocs.yaml b/sites/docs/.readthedocs.yaml
new file mode 100644
index 0000000..3212c93
--- /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