f4pga/docs/development/building-docs.rst
Unai Martinez-Corral 243cc590ff docs: mv contributing development
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
2022-03-16 01:21:10 +01:00

15 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