diff options
author | Max Wittig <max.wittig@siemens.com> | 2020-09-07 08:46:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 08:46:04 +0200 |
commit | 49a0032f44a76cdcf17dd45da4b23e24a6b9572c (patch) | |
tree | 3fc0183d379fba6a2ba5e0e4110ebdc0972ddb34 | |
parent | 8d662abf907fbdcec1f04629b911b159da77f4b0 (diff) | |
parent | 0ad441eee5f2ac1b7c05455165e0085045c24b1d (diff) | |
download | gitlab-49a0032f44a76cdcf17dd45da4b23e24a6b9572c.tar.gz |
Merge pull request #1179 from python-gitlab/chore/readthedocs-yml
chore(ci): add .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 |