mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
.. | ||
source | ||
Makefile | ||
README.md | ||
requirements.txt |
Build the docs
For PDF
pip install -r requirements.txt
make latexpdf
evince build/latex/*.pdf
HTML
pip install -r requirements.txt
make html
firefox build/html/index.html