sphinx/build/latex

This commit is contained in:
Marc Beninca 2019-08-25 20:37:59 +02:00
parent 76fc0e0657
commit f2bc9afd90

View file

@ -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