mirror of
https://github.com/chipsalliance/f4pga.git
synced 2025-01-03 03:43:37 -05:00
243cc590ff
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
15 lines
231 B
ReStructuredText
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
|