mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fixes #354: Addressed PDF generation in the tutorial.
This commit is contained in:
parent
608edd427c
commit
b8873fe7b0
@ -125,6 +125,12 @@ to run ::
|
||||
to build HTML docs in the build directory you chose. Execute ``make`` without
|
||||
an argument to see which targets are available.
|
||||
|
||||
.. admonition:: How do I generate PDF documents?
|
||||
|
||||
``make latexpdf`` runs the :mod:`LaTeX builder
|
||||
<sphinx.builders.latex.LaTeXBuilder>` and readily invokes the pdfTeX
|
||||
toolchain for you.
|
||||
|
||||
|
||||
Documenting objects
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user