Skip to content
Snippets Groups Projects
Commit e456b2cc authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/README: Add some hints for PDF docs generation.

parent 09f764dc
Branches
No related tags found
No related merge requests found
...@@ -26,3 +26,15 @@ In `micropython/docs`, build the docs: ...@@ -26,3 +26,15 @@ In `micropython/docs`, build the docs:
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`. Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`.
You'll find the index page at `micropython/docs/build/<port_name>/html/index.html`. You'll find the index page at `micropython/docs/build/<port_name>/html/index.html`.
PDF manual generation
---------------------
This can be achieved with:
make MICROPY_PORT=<port_name> latexpdf
but require rather complete install of LaTeX with various extensions. On
Debiab/Ubuntu, try (500MB+ download):
apt-get install texlive-latex-recommended texlive-latex-extra
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment