summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-08-01 14:21:36 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-08-01 14:21:36 -0300
commitd1fa749b834013904514f5af235d0d562d96c671 (patch)
tree853fe1e89f2c53273899d69a8f57568313f0589d /.readthedocs.yml
parentd5a49100cf8581e5a225fea2524ae1e7039a8ecd (diff)
downloadpytest-d1fa749b834013904514f5af235d0d562d96c671.tar.gz
Add readthedocs config file to use pip for installation
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 000000000..0176c2640
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,12 @@
+version: 2
+
+python:
+ version: 3.7
+ install:
+ - requirements: doc/en/requirements.txt
+ - method: pip
+ path: .
+
+formats:
+ - epub
+ - pdf