MKDocs UC-LHCb website source
To write the docs you should follow MkDocs documentation
The command used to build the website
mkdocs build -t readthedocs --no-directory-urls
to deploy to github pages
mkdocs gh-deploy -m '<Commit message here>' -b gh-pages -t readthedocs --no-directory-urls