Conversation
sjvrijn
left a comment
There was a problem hiding this comment.
Looks good to me, except for the echo erroring in the action
| id: readthedocs | ||
| - name: List created issues | ||
| run: | | ||
| echo 'Created issues that must be completed to have fully working Python package: |
There was a problem hiding this comment.
Missing ' at the end of the line
sverhoeven
left a comment
There was a problem hiding this comment.
Would be nice to remove Create readthedocs issue step in .github/workflows/next_steps.yml workflow.
In README.md there is a badge for rtd that should be surrounded with if clause.
In project_setup.md there is mention of rtd that should be surrounded with if clause.
| permissions: | ||
| contents: write | ||
| issues: write | ||
| name: Create issues for next steps |
There was a problem hiding this comment.
Both next_steps*.yml workflows have same name. Please make unique
| name: Create issues for next steps | |
| name: Create readthedocs issue for next steps |
|
The 'Next step: Read the Docs' issue was created in my new repo. |
|
On saying no the |
sverhoeven
left a comment
There was a problem hiding this comment.
Looks ok. I added some - to not have empty newlines when you say no.
|
Thank you for reviewing, @sverhoeven and @sjvrijn! |
Description
This PR makes online documentation (Read the Docs) optional.
Related issues:
Instructions to review the pull request
Install the requirements
Test 1:
Run the command below and say 'yes' to citation question
Test 2:
Run the command below and say 'no' to citation question
You should see the files below only when you say 'yes':
Test 3: