mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
suppress doc generation when requested (#77)
* add default nodocs * exclude iiab-refresh-wiki-docs when nodocs is True add nodocs: True to vars/local_vars.yml to skip doc generation.
This commit is contained in:
parent
e5543b3f99
commit
e4226e8515
2 changed files with 2 additions and 3 deletions
|
@ -147,5 +147,4 @@
|
||||||
|
|
||||||
- name: generate the offline documents
|
- name: generate the offline documents
|
||||||
command: /usr/bin/iiab-refresh-wiki-docs
|
command: /usr/bin/iiab-refresh-wiki-docs
|
||||||
|
when: not nodocs
|
||||||
|
|
||||||
|
|
|
@ -306,7 +306,7 @@ xovis_chart_heading: "My School: Usage Data Visualization"
|
||||||
# 9-LOCAL-ADDONS
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
# Platforms - turn all off and let <OS>.yml turn on as appropriate
|
# Platforms - turn all off and let <OS>.yml turn on as appropriate
|
||||||
|
nodocs: False
|
||||||
is_rpi: False
|
is_rpi: False
|
||||||
is_debian: False
|
is_debian: False
|
||||||
is_debuntu: False
|
is_debuntu: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue