We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fb2e2 commit 37ce238Copy full SHA for 37ce238
1 file changed
copier.yml
@@ -77,6 +77,12 @@ AddGitHubActions:
77
default: "{{ template_profile != 'minimum' }}"
78
help: GitHub actions to test the package and the documentation
79
80
+AddOnlineDocumentation:
81
+ when: "{{ template_profile == 'ask' }}"
82
+ type: bool
83
+ default: "{{ template_profile != 'minimum' }}"
84
+ help: Online documentation using Read the Docs
85
+
86
87
# internal fields
88
_subdirectory: template
0 commit comments