Steps to compile sphinx documentation on Local:
- Go to 'edit_documentation_here'.
- Install required packages from requirements.txt.
- Use MakeFile to run ´make html´.
- Find 'documentation_preview' in root folder.
Workflow for github hosting: (.github/worflows/jekyll.yml)
- Push changes to repository.
- Github Action runs jekyll.yml
- Sphinx documentation is built on the server.
- Changes are pushed automatically to the repository.
- Jekyll is compiled.
- Website is deployed to invesalius.github.io