Newer
Older
This content was created by using sphinx and hosted by [readthedocs](https://sphinx-rtd-theme.readthedocs.io/en/stable/index.html).
### Install sphinx
```
apt-get install python3-sphinx ## Linux
brew install sphinx-doc ## macOS
```
pip install -U sphinxcontrib-confluencebuilder
pip install sphinx_rtd_theme
- Follow sphinx tutorial in [readthedocs.org](https://docs.readthedocs.io/en/latest/intro/getting-started-with-sphinx.html).
Sphinx uses [reStructuredText](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html).
## Register gitlab with readthedocs
https://docs.readthedocs.io/en/latest/intro/getting-started-with-sphinx.html
## Publish BETA Documentation
To publish a draft version of the documentation, push your changes to the `beta` branch. This will trigger a pipeline that automatically publishes the documentation as a `BETA` version, which can be viewed at: https://jaws-docs.readthedocs.io/en/beta.
- `latest` — reflects the main branch (production-ready version).
- `beta` — reflects the beta branch (for testing and previewing changes).
For testing purposes, always push changes to the beta branch. Once the changes are verified, merge them into the main branch, and the latest version will be automatically updated and deployed.