summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-03-09 07:58:44 -0700
committerDavid Lord <davidism@gmail.com>2020-03-09 07:58:44 -0700
commit102f20e8d7d86823d1a061e425a8a41e63934783 (patch)
tree20ca08fad45b4daa582648aecaa55d8e96707c0d /.readthedocs.yaml
parent18d6551b01fae57046520d8cc2a019ac0102e074 (diff)
downloadclick-102f20e8d7d86823d1a061e425a8a41e63934783.tar.gz
add readthedocs config
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..a3f94e6
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,6 @@
+version: 2
+python:
+ install:
+ - method: pip
+ path: .
+ - requirements: docs/requirements.txt