summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 914f036..64e674f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,4 +1,13 @@
+version: 2
+
+sphinx:
+ configuration: _doc/conf.py
+
+formats: [epub, pdf]
+
python:
- version: 3
- pip_install: true
- extra_requirements: [docs]
+ version: 3.7
+ install:
+ method: pip
+ path: .
+ extra_requirements: [docs]