File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,22 +7,19 @@ SelectDocumentationFeatures:
77 type : yaml
88 default : |-
99 {% if template_profile == 'recommended' %}
10- [AddOnlineDocumentation_flag, AddDevDoc_flag, not_implemented_project_setup ]
10+ [AddOnlineDocumentation_flag, AddDevDoc_flag]
1111 {%- else -%}
1212 []
1313 {%- endif %}
1414 help : Select documentation features
1515 multiselect : true
1616 choices :
17- Online documentation (using Read the Docs) :
17+ Online documentation (Read the Docs) :
1818 value : AddOnlineDocumentation_flag
1919 # validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2020 Developer documentation :
2121 value : AddDevDoc_flag
2222 # validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
23- Project setup description (NOT_IMPLEMENTED) :
24- value : not_implemented_project_setup
25- # validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2623
2724# computed features
2825AddOnlineDocumentation :
You can’t perform that action at this time.
0 commit comments