diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-06 21:55:10 +0200 |
---|---|---|
committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-06 21:55:10 +0200 |
commit | 0ad441eee5f2ac1b7c05455165e0085045c24b1d (patch) | |
tree | 3fc0183d379fba6a2ba5e0e4110ebdc0972ddb34 | |
parent | 8d662abf907fbdcec1f04629b911b159da77f4b0 (diff) | |
download | gitlab-chore/readthedocs-yml.tar.gz |
chore(ci): add .readthedocs.ymlchore/readthedocs-yml
-rw-r--r-- | .readthedocs.yml | 13 |
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 |