f4pga/docs/contributing/building-docs.rst

16 lines
231 B
ReStructuredText

Building the documentation
##########################
Activate the virtual environment and install dependencies::
make env
make enter
Build the whole documentation::
make html
For more options see::
make help