File tree 2 files changed +16
-12
lines changed
2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1
- requirements_file : requirements/docs.txt
1
+ version : 2
2
+
3
+ sphinx :
4
+ configuration : docs/conf.py
5
+
6
+ formats :
7
+ - pdf
2
8
3
9
build :
4
10
image : latest
5
11
6
12
python :
7
- version : 3.6
8
- setup_py_install : false
9
- pip_install : true # need this for correct pyproject.toml handling
10
- extra_requirements :
11
- - validation
12
-
13
- # extra formats in addition to the default HTML web docs
14
- formats :
15
- - pdf
13
+ version : 3.8
14
+ install :
15
+ - requirements : requirements/docs.txt
16
+ - method : pip
17
+ path : .
18
+ extra_requirements :
19
+ - validation
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ cache: pip
11
11
12
12
matrix :
13
13
include :
14
- - python : ' 3.6 '
14
+ - python : ' 3.8 '
15
15
env : TOXENV=docs
16
16
- python : ' 3.9-dev'
17
17
env : TOXENV=djmaster
18
18
- python : ' 3.8'
19
19
env : TOXENV=lint
20
20
21
21
- stage : publish
22
- python : ' 3.6 '
22
+ python : ' 3.8 '
23
23
before_script :
24
24
# workaround for Travis' inability to build PEP517 projects; anything added to build-system.requires
25
25
# will also have to be added here until Travis implements this
You can’t perform that action at this time.
0 commit comments