summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 08:47:18 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commitb2e134d762966f561e3c9d229ee90915f3b12109 (patch)
treec0fab962e741bcc8a32152088b3399a4aa27683c /.readthedocs.yaml
parentda24427dfa65f10fd89ce94d17d47ceba942b4c4 (diff)
downloadblinker-b2e134d762966f561e3c9d229ee90915f3b12109.tar.gz
read the docs config, pin docs dependencies
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..db1749d
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,13 @@
+version: 2
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.10"
+python:
+ install:
+ - requirements: docs/requirements.txt
+ - method: pip
+ path: .
+sphinx:
+ builder: dirhtml
+ fail_on_warning: true