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
Merge pull request #1763 from bettio/do-not-publish-pdf-epub
Despite the branch name, we are just discarding PDF build.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
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