This master branch is used for
- the webserver configuration
- static files belonging to all versions (www/res)
It is not depoloyed automatically.
The actual documentation resides within the appropriate branches an is deploy by Gitlab CI.
For easier testing you can build the documentation locally.
docker build -t sphinx-build .
docker run -it -p 8080:8080 --rm --volume $(pwd):/tmp/docs:ro sphinx-build