File tree 5 files changed +31
-2
lines changed
5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# Makefile for Sphinx documentation
2
2
#
3
3
4
- default : html
5
4
# You can set these variables from the command line.
6
5
SPHINXOPTS =
7
6
SPHINXBUILD = sphinx-build
Original file line number Diff line number Diff line change
1
+ sphinx>=1.6.2,<1.6.6
2
+ sphinx-argparse~=0.2.1
3
+ sphinx_rtd_theme~=0.2.4
Original file line number Diff line number Diff line change
1
+ [build ]
2
+ publish = " ././_build/html"
3
+ command = " pip install -r docs-requirements.txt && export PYTHONPATH=$(pwd) && make html"
Original file line number Diff line number Diff line change 1
1
coala
2
- sphinx ~= 1.4.9
2
+ -r docs -requirements.txt
You can’t perform that action at this time.
0 commit comments