Skip to content

Commit 32c7841

Browse files
committed
🔥 merging upstream.yml(previously known as loca.yml) into mobanfile
1 parent 3569fe0 commit 32c7841

File tree

4 files changed

+14
-22
lines changed

4 files changed

+14
-22
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- stage: moban
1717
script:
18-
- moban -m upstreaming.yml
18+
- make
1919
- git diff --exit-code
2020

2121
stage: test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
all: upstreaming
22

33
upstreaming:
4-
moban -m upstreaming.yml
4+
moban -m mobanfile

mobanfile

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1+
requires:
2+
- https://github.com/sphinx-doc/sphinx
13
configuration:
2-
template_dir:
3-
- ".moban.dt"
4-
- "mobans/templates"
54
configuration: config/data.yml
5+
template_dir:
6+
- ".moban.dt"
7+
- "mobans/templates"
8+
- templates
9+
- sphinx:sphinx/templates/quickstart
610
targets:
711
- .gitignore: gitignore.jj2
812
- LICENSE: NEW_BSD_LICENSE.jj2
913
- README.rst: local-README.rst.jj2
1014
- output: CHANGELOG.rst
1115
configuration: changelog.yml
1216
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

upstreaming.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)