We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2476954 commit 22aaab3Copy full SHA for 22aaab3
.moban.yml
@@ -9,9 +9,9 @@ configuration:
9
- ".moban.d"
10
configuration: "git://github.com/pyexcel-webwares/django-excel.git?branch=master!/django_excel.yml"
11
targets:
12
- - output: docs/source
+ - output: docs
13
template_type: copy
14
- template: "docs/source/**"
+ template: "docs/**"
15
- delete!: docs/source/index.rst
16
- "docs/source/index.rst": "docs/source/cn-index.rst.jj2"
17
- "polls/views.py": "polls/views.py"
docs/requirements.txt
@@ -0,0 +1,3 @@
1
+sphinxcontrib-excel
2
+
3
0 commit comments