How to build the documentationΒΆ
Use the provided Makefile
to install the documentation requirements:
make setup-docs
Once the requirements are installed, you can use the provided Makefile
to
build the documentation:
make docs # the home page can be found at docs/_build/html/index.html
Even better, serve it locally on port 8080. The documentation will be rebuilt on each file change, and will reload the browser view.
make docs-auto
Note that make docs-auto
automatically activates the virtual environment,
as long as it already exists.