Closed abelsiqueira closed 2 months ago
I just realised that there are some interactions with AddGitHubActionDocumentation_flag
. What do you think is best, @fdiblen?
The interaction being that the action will try to build inexistent docs if we select one and not the other.
The interaction being that the action will try to build inexistent docs if we select one and not the other.
I think we can move Documentation option in SelectGitHubActions menu:
to the documentation menu:
I've added a commit with that change.
Merging bypassing requirements. Thanks for the review
Checklist before requesting a review
Type of change
List of related issues or pull requests**
Refs:
593
Describe the changes made in this pull request
Introduces a question AddLocalDocumentation to control the existence of the
docs
folder.If the user selects "Online documentation", then "Local documentation" is implied. The logic behind this approach is simply to define the computed variable
AddLocalDocumentation
based on either flag. The downside is that the generated answers will still only show the online flag.Instructions to review the pull request
Possible things to check:
strategy=minimal
, thendocs
are not presentstrategy=recommended
, thendocs
are presentstrategy=ask
and onlyOnline documentation
is selected, thedocs
are presentInstall the requirements
Create a new package using the template
Then run sphinx