summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2022-01-04 11:29:34 +1100
committerBrian May <brian@linuxpenguins.xyz>2022-01-04 11:38:07 +1100
commit44b772d049dd672d605ca008ecf60b650157f4cb (patch)
treed897258703fedc62186578940a6c47e8b0d821a2
parentae1faa7fa1ea5c35117ab3a275ba7cf8e96d7a12 (diff)
Add readthedocs config
-rw-r--r--.readthedocs.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..c084298
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,15 @@
+version: 2
+
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.9"
+
+sphinx:
+ configuration: docs/conf.py
+
+python:
+ install:
+ - requirements: requirements.txt
+ - method: setuptools
+ path: .