Skip to content

Commit

Permalink
docs/README: Remove references to MICROPY_PORT when building docs.
Browse files Browse the repository at this point in the history
The docs are now built as one for all ports.
  • Loading branch information
dpgeorge committed Dec 10, 2018
1 parent 025d419 commit beeeec2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/README.md
Expand Up @@ -21,18 +21,16 @@ preferably in a virtualenv:

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/<port_name>/html/index.html`.
You'll find the index page at `micropython/docs/build/html/index.html`.

PDF manual generation
---------------------

This can be achieved with:

make MICROPY_PORT=<port_name> latexpdf
make latexpdf

but require rather complete install of LaTeX with various extensions. On
Debian/Ubuntu, try (500MB+ download):
Expand Down

0 comments on commit beeeec2

Please sign in to comment.