in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
|
@ -1,32 +0,0 @@
|
|||
Build documentation
|
||||
===================
|
||||
|
||||
HTML
|
||||
----
|
||||
|
||||
.. code:: python3
|
||||
|
||||
import sphinx
|
||||
|
||||
sphinx.build_main([
|
||||
'-E',
|
||||
'-j', '2',
|
||||
'-b', 'html',
|
||||
'-D', 'project=Project',
|
||||
'-c', conf_directory,
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue