As a system developer I want to quickly view the new documentation sphinx pages after edits, but in test format, before I push these to master, so that visual checks can be made of the new documentation format and content
During development - per commit push ? would be useful to see a newly built test documentation page
set up workflow to take a currnent development branch and push this to gh-pages on a seperate test-pages repo
take branch name , dev, issue number from commit ?
Low priority
Easy solution - build and view locally
As a system developer I want to quickly view the new documentation sphinx pages after edits, but in test format, before I push these to master, so that visual checks can be made of the new documentation format and content
During development - per commit push ? would be useful to see a newly built test documentation page
set up workflow to take a currnent development branch and push this to gh-pages on a seperate test-pages repo
take branch name , dev, issue number from commit ?
needs investigation