Skip to content

Commit 37ce238

Browse files
committed
add online documentation question
1 parent 81fb2e2 commit 37ce238

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

copier.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ AddGitHubActions:
7777
default: "{{ template_profile != 'minimum' }}"
7878
help: GitHub actions to test the package and the documentation
7979

80+
AddOnlineDocumentation:
81+
when: "{{ template_profile == 'ask' }}"
82+
type: bool
83+
default: "{{ template_profile != 'minimum' }}"
84+
help: Online documentation using Read the Docs
85+
8086

8187
# internal fields
8288
_subdirectory: template

0 commit comments

Comments
 (0)