summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-05 09:14:21 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-05 09:14:21 +0200
commit1923bb2154f33b56a29d864b22319090485600c5 (patch)
treec1d40fba57e206fd4d01d861af0be68f1be0cd07 /.readthedocs.yaml
parentce69371dfb0496d8686d827e0546ac7f5e50f2e9 (diff)
downloadruamel.yaml-1923bb2154f33b56a29d864b22319090485600c5.tar.gz
try to re-enable rtfd
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]