Skip to content

Commit

Permalink
.moban.yaml: Add Netlify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and gitmate-bot committed May 17, 2018
1 parent 5dc1c2d commit 9b3da26
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ configuration:
template_dir:
- .moban.dt/
- ../coala-mobans/templates/
- ../coala-mobans/assets/
- ../setupmobans/templates/
configuration: .moban.yaml
configuration_dir: ../coala-mobans/
targets:
- setup.py: core-setup.py.jj2
- requirements.txt: requirements.txt.jj2
- coalib/VERSION: VERSION.jj2
- runtime.txt: runtime.txt
- netlify.toml: docs/netlify.toml
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
publish = "docs/_build/html"
command = "pip install -r docs-requirements.txt && export PYTHONPATH=$(pwd) && python setup.py docs"
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.6

0 comments on commit 9b3da26

Please sign in to comment.