From f2bc9afd90edbdda708fc1c7ef09b55f7d2bfacd Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 Aug 2019 20:37:59 +0200 Subject: [PATCH] sphinx/build/latex --- in/public/sphinx/build.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/in/public/sphinx/build.rst b/in/public/sphinx/build.rst index 098ce52..c320461 100644 --- a/in/public/sphinx/build.rst +++ b/in/public/sphinx/build.rst @@ -1,6 +1,9 @@ Build documentation =================== +HTML +---- + .. code:: python3 import sphinx @@ -14,3 +17,16 @@ Build documentation input_directory, output_directory, ]) + +LaTeX +----- + +.. code:: python3 + + '-b', 'latex', + +.. todo:: turn make command into xelatex command + +.. code:: shell + + make PDFLATEX=xelatex -C build/latex all-pdf