summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-05 15:32:01 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-06 22:27:52 +0200
commit0b250de75ca12b0fd142662323bc5439943bdd60 (patch)
treec4d5ce015fad7e2c2edeb3de0e1eff7756d730ed /.readthedocs.yaml
parent74830c336284717083b0c691a08528581de53cff (diff)
downloadpylint-git-0b250de75ca12b0fd142662323bc5439943bdd60.tar.gz
Add configuration file to change the setting in read the doc
So contributors do not need admin right in read the doc to change settings if no admin can do it
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 000000000..28611d43d
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,11 @@
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+version: 2
+
+sphinx:
+ configuration: doc/conf.py
+
+python:
+ version: 3.7
+ install:
+ - requirements: doc/requirements.txt