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:
2 changed files with 11 additions and 1 deletions
@@ -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
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.