-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.moban.yml
19 lines (18 loc) · 832 Bytes
/
.moban.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
configuration:
configuration_dir: "git://github.com/pyexcel/pyexcel-mobans!/config"
template_dir:
- "git://github.com/moremoban/pypi-mobans.git?submodule=true&branch=dev!/statics"
- "git://github.com/moremoban/pypi-mobans.git?branch=dev&submodule=true!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/templates"
- "git://github.com/pyexcel/pyexcel-mobans.git!/statics"
- "git://github.com/pyexcel-webwares/django-excel.git?branch=master!/"
- ".moban.d"
configuration: "git://github.com/pyexcel-webwares/django-excel.git?branch=master!/django_excel.yml"
targets:
- output: docs
template_type: copy
template: "docs/**"
- delete!: docs/source/index.rst
- "docs/source/index.rst": "docs/source/cn-index.rst.jj2"
- "polls/views.py": "polls/views.py"
- "sample-data.xls": "sample-data.xls"