Build pdf doc

The is one of community goals that each project could produce a
single PDF file. The pdf should be in the output of openstack-tox-docs
job.
TeX packages are required to build PDF locally, following is recommended:
* inkscape
* texlive-latex-base
* texlive-latex-extra
* texlive-fonts-recommended
More about the goal:
https://governance.openstack.org/tc/goals/train/pdf-doc-generation.html
https://etherpad.openstack.org/p/train-pdf-support-goal
https://etherpad.openstack.org/p/pdf-goal-train-common-problems
Change-Id: If5446ce4ceee7e38a0052503aa8fc2b6c5d7de66
This commit is contained in:
Kaifeng Wang
2019年06月21日 17:36:39 +08:00
parent 5271064c76
commit cef3bac3dc

View File

@@ -61,6 +61,7 @@ bug_tag = ''
# Output file base name for HTML help builder.
htmlhelp_basename = 'Ironic Python Agentdoc'
latex_use_xindy = False
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
@@ -68,7 +69,7 @@ htmlhelp_basename = 'Ironic Python Agentdoc'
latex_documents = [
(
'index',
'Ironic Python Agent.tex',
'doc-ironic-python-agent.tex',
u'Ironic Python Agent Documentation',
u'OpenStack Foundation',
'manual'
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.