Skip to content

Commit c1bf39c

Browse files
committed
keep project setup all the time
1 parent 9ae3169 commit c1bf39c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

copier/questions/features_documentation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2825
AddOnlineDocumentation:

0 commit comments

Comments
 (0)