f4pga/docs/contributing/building-docs.rst
Unai Martinez-Corral 08fc81e915 add section 'Contributing' and README.md
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
2022-02-21 21:12:02 +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