summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-10-31 06:20:56 +0000
committerGitHub <noreply@github.com>2022-10-30 23:20:56 -0700
commitf99073c9f113b0d6d34555bb8d11d99b294b127e (patch)
tree9dd7df61d285e3a76aa761db0aaa21b09fa13a63 /.readthedocs.yml
parentc97e0b8c3a71ec33bd13a322807a10c6f733a705 (diff)
downloadtox-git-f99073c9f113b0d6d34555bb8d11d99b294b127e.tar.gz
Bump tools and deps (#2522)
* Bump tools and deps Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Simplify docs conf Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000..ab301130
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,15 @@
+version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3"
+python:
+ install:
+ - method: pip
+ path: .
+ extra_requirements:
+ - docs
+sphinx:
+ builder: html
+ configuration: docs/conf.py
+ fail_on_warning: true