sphinx/build/latex
This commit is contained in:
parent
76fc0e0657
commit
f2bc9afd90
1 changed files with 16 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
Build documentation
|
Build documentation
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
HTML
|
||||||
|
----
|
||||||
|
|
||||||
.. code:: python3
|
.. code:: python3
|
||||||
|
|
||||||
import sphinx
|
import sphinx
|
||||||
|
@ -14,3 +17,16 @@ Build documentation
|
||||||
input_directory,
|
input_directory,
|
||||||
output_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
|
||||||
|
|
Loading…
Reference in a new issue