summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2020-09-06 21:55:10 +0200
committerNejc Habjan <nejc.habjan@siemens.com>2020-09-06 21:55:10 +0200
commit0ad441eee5f2ac1b7c05455165e0085045c24b1d (patch)
tree3fc0183d379fba6a2ba5e0e4110ebdc0972ddb34
parent8d662abf907fbdcec1f04629b911b159da77f4b0 (diff)
downloadgitlab-chore/readthedocs-yml.tar.gz
chore(ci): add .readthedocs.ymlchore/readthedocs-yml
-rw-r--r--.readthedocs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..69f8c3a
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,13 @@
+version: 2
+
+sphinx:
+ configuration: docs/conf.py
+
+formats:
+ - pdf
+ - epub
+
+python:
+ version: 3.8
+ install:
+ - requirements: rtd-requirements.txt