Skip to content

Commit 22aaab3

Browse files
committed
💚 add special requirements
1 parent 2476954 commit 22aaab3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.moban.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ configuration:
99
- ".moban.d"
1010
configuration: "git://github.com/pyexcel-webwares/django-excel.git?branch=master!/django_excel.yml"
1111
targets:
12-
- output: docs/source
12+
- output: docs
1313
template_type: copy
14-
template: "docs/source/**"
14+
template: "docs/**"
1515
- delete!: docs/source/index.rst
1616
- "docs/source/index.rst": "docs/source/cn-index.rst.jj2"
1717
- "polls/views.py": "polls/views.py"

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinxcontrib-excel
2+
3+

0 commit comments

Comments
 (0)