Skip to content

Commit 391d91d

Browse files
committed
Sync moban
1 parent c596e8b commit 391d91d

File tree

5 files changed

+31
-2
lines changed

5 files changed

+31
-2
lines changed

.moban.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
overrides: coala.yaml
2+
3+
name: documentation
4+
5+
docs_dir: ./.
6+
7+
dependencies:
8+
- coala
9+
- '-r docs-requirements.txt'
10+
11+
configuration:
12+
template_dir:
13+
- ../coala-mobans/templates/
14+
- ../coala-mobans/assets/
15+
configuration: .moban.yaml
16+
configuration_dir: ../coala-mobans/
17+
targets:
18+
- requirements.txt: requirements.txt.jj2
19+
- netlify.toml: docs/netlify.toml
20+
copy:
21+
- docs-requirements.txt: docs/docs-requirements.txt
22+
- runtime.txt: runtime.txt
23+
- Makefile: docs/Makefile
24+
- make.bat: docs/make.bat

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Makefile for Sphinx documentation
22
#
33

4-
default: html
54
# You can set these variables from the command line.
65
SPHINXOPTS =
76
SPHINXBUILD = sphinx-build

docs-requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx>=1.6.2,<1.6.6
2+
sphinx-argparse~=0.2.1
3+
sphinx_rtd_theme~=0.2.4

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
publish = "././_build/html"
3+
command = "pip install -r docs-requirements.txt && export PYTHONPATH=$(pwd) && make html"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
coala
2-
sphinx~=1.4.9
2+
-r docs-requirements.txt

0 commit comments

Comments
 (0)