Skip to content
Snippets Groups Projects
Commit beeeec29 authored by Damien George's avatar Damien George
Browse files

docs/README: Remove references to MICROPY_PORT when building docs.

The docs are now built as one for all ports.
parent 025d419a
Branches
No related tags found
No related merge requests found
...@@ -21,18 +21,16 @@ preferably in a virtualenv: ...@@ -21,18 +21,16 @@ preferably in a virtualenv:
In `micropython/docs`, build the docs: In `micropython/docs`, build the docs:
make MICROPY_PORT=<port_name> html make html
Where `<port_name>` can be `unix`, `pyboard`, `wipy` or `esp8266`. You'll find the index page at `micropython/docs/build/html/index.html`.
You'll find the index page at `micropython/docs/build/<port_name>/html/index.html`.
PDF manual generation PDF manual generation
--------------------- ---------------------
This can be achieved with: This can be achieved with:
make MICROPY_PORT=<port_name> latexpdf make latexpdf
but require rather complete install of LaTeX with various extensions. On but require rather complete install of LaTeX with various extensions. On
Debian/Ubuntu, try (500MB+ download): Debian/Ubuntu, try (500MB+ download):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment