Skip to content
Snippets Groups Projects
documentation.md 525 B

Build the documentation

The present documentation is located in the folder docs and hosted on readthedocs. It is automatically built and updated whenever there is a push on Batmen's master branch.

To build the doc manually, we provide a dedicated nix shell. From Batmen root directory:

cd docs/
nix-shell -A doc
make html

The doc is generated inside the folder docs/_build and can be viewed on the browser by opening the file docs/_build/html/index.html.