Documentation for Vapor cluster. The documentation is written in ReStructuredText. Github Actions is used to build the html pages and deploy it as a Github Pages website.
Set up a virtual environment and then run
pip install -r requirements-docs.txt
Then build the docs with
sphinx-build -E . _build
The html docs are now in the _build directory. Start a server within the directory with python3 -m http.server and view the docs at localhost:8000 on your browser.