summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2020-04-17 18:32:54 +0100
committerGitHub <noreply@github.com>2020-04-17 18:32:54 +0100
commit38cb66b9c58db8eb5c567305086dca9b7b384fd6 (patch)
tree3f6c8e614947d576340da141a1fc9c1a8250aab1 /.readthedocs.yml
parent741362fb523f48d0fd826006bc6251a85c3ec5f4 (diff)
downloadtox-git-38cb66b9c58db8eb5c567305086dca9b7b384fd6.tar.gz
Setup CI for tox 4 (#1551)
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000..d4620265
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,18 @@
+version: 2
+build:
+ image: latest
+formats:
+ - htmlzip
+ - epub
+ - pdf
+python:
+ version: 3.8
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
+sphinx:
+ builder: html
+ configuration: docs/conf.py
+ fail_on_warning: true