File tree Expand file tree Collapse file tree 4 files changed +14
-22
lines changed Expand file tree Collapse file tree 4 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 15
15
include :
16
16
- stage : moban
17
17
script :
18
- - moban -m upstreaming.yml
18
+ - make
19
19
- git diff --exit-code
20
20
21
21
stage : test
Original file line number Diff line number Diff line change 1
1
all : upstreaming
2
2
3
3
upstreaming :
4
- moban -m upstreaming.yml
4
+ moban -m mobanfile
Original file line number Diff line number Diff line change
1
+ requires:
2
+ - https://github.com/sphinx-doc/sphinx
1
3
configuration:
2
- template_dir:
3
- - ".moban.dt"
4
- - "mobans/templates"
5
4
configuration: config/data.yml
5
+ template_dir:
6
+ - ".moban.dt"
7
+ - "mobans/templates"
8
+ - templates
9
+ - sphinx:sphinx/templates/quickstart
6
10
targets:
7
11
- .gitignore: gitignore.jj2
8
12
- LICENSE: NEW_BSD_LICENSE.jj2
9
13
- README.rst: local-README.rst.jj2
10
14
- output: CHANGELOG.rst
11
15
configuration: changelog.yml
12
16
template: CHANGELOG.rst.jj2
17
+ copy:
18
+ - templates/docs/Makefile.jj2: Makefile.new_t
19
+ - templates/docs/make.bat.jj2: make.bat.new_t
20
+ - templates/docs/master_doc.rst_t: master_doc.rst_t
21
+ - templates/docs/conf.py_t: conf.py_t
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments