summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2019-08-01 12:08:00 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2019-08-01 12:08:00 +0530
commitc941dca9bb736415761a450557361ada80bb496e (patch)
tree16c62f17e4685a378377e6f503c3d1c7a78145ac /.readthedocs.yml
parentef91b330cbb95998655fde2567ec8f6d707d5105 (diff)
downloadpip-c941dca9bb736415761a450557361ada80bb496e.tar.gz
Add ReadTheDocs configuration
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 000000000..672bc2063
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,9 @@
+version: 2
+
+sphinx:
+ configuration: docs/html/conf.py
+
+python:
+ version: 3.7
+ install:
+ - requirements: tools/requirements/docs.txt