3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

New structure headings

Also adds a note to readme for installing pdflatex if it's missing.
This commit is contained in:
Krystine Sherwin 2023-08-03 09:20:24 +12:00
parent f37ce5c839
commit 4f1cd66829
No known key found for this signature in database
8 changed files with 92 additions and 2 deletions

View file

@ -602,10 +602,12 @@ Simply visit https://yosys.readthedocs.io/en/latest/ instead.
In addition to those packages listed above for building Yosys from source, the
following are used for building the website:
$ sudo apt-get install pdf2svg faketime
$ sudo apt install pdf2svg faketime
PDFLaTeX, included with most LaTeX distributions, is also needed during the
build process for the website.
build process for the website. Or, run the following:
$ sudo apt install texlive-latex-base texlive-latex-extra
The Python package, Sphinx, is needed along with those listed in
`docs/source/requirements.txt`: