Skip to content

Commit 49a0032

Browse files
authored
Merge pull request python-gitlab#1179 from python-gitlab/chore/readthedocs-yml
chore(ci): add .readthedocs.yml
2 parents 8d662ab + 0ad441e commit 49a0032

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.readthedocs.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
formats:
7+
- pdf
8+
- epub
9+
10+
python:
11+
version: 3.8
12+
install:
13+
- requirements: rtd-requirements.txt

0 commit comments

Comments
 (0)