You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove PDF generation, keep just one offline format (epub).
Remove pdf since it is not the ideal format (and also we'll use epub the
day we'll switch to ex_doc).
Signed-off-by: Davide Bettio <[email protected]>
Copy file name to clipboardExpand all lines: doc/README.md
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ AtomVM documentation is built using the following tools:
16
16
Dependencies and make files are generated via the standard CMake tooling used in AtomVM builds. However, the documentation sets are not built by default. Instead, issue the following make targets after a CMake
17
17
18
18
*`make sphinx-html` to build the Sphinx HTML documentation (includes libAtomVM 'C' and Erlang APIs)
19
-
*`make sphinx-pdf` to build the Sphinx PDF documentation, (includes Erlang APIs)
20
19
*`make sphinx-epub` to build the Sphinx ePUB documentation, (includes Erlang APIs)
21
20
*`make doc` to build all of the above
22
21
@@ -41,10 +40,6 @@ To build documentation using Sphinx, we recommend using a Python virtual environ
41
40
(sphinx) shell$ python3 -m pip install pygments
42
41
43
42
44
-
## needed for PDF
45
-
(sphinx) shell$ python3 -m pip install rinohtype
46
-
(sphinx) shell$ python3 -m pip install pillow
47
-
48
43
There is also a reqirements.txt to simplify installing all of the dependencies at once.
0 commit comments