Merge "Build pdf docs"

This commit is contained in:
Zuul
2019-09-18 02:00:24 +00:00
committed by Gerrit Code Review
5 changed files with 32 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ extensions = [
'oslo_config.sphinxconfiggen',
'openstackdocstheme',
'sphinx.ext.napoleon',
'sphinxcontrib.rsvgconverter',
]
wsme_protocols = ['restjson']
@@ -137,10 +138,21 @@ bug_tag = ''
# [howto/manual]).
latex_documents = [
('index',
'%s.tex' % project,
'doc-watcher.tex',
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
]
# If false, no module index is generated.
latex_domain_indices = False
latex_elements = {
'makeindex': '',
'printindex': '',
'preamble': r'\setcounter{tocdepth}{3}',
}
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664
latex_use_xindy = False
# Example configuration for intersphinx: refer to the Python standard library.
# intersphinx_mapping = {'http://docs.python.org/': None}

View File

@@ -8,7 +8,7 @@
Glossary
========
.. glossary::
.. _glossary:
:sorted:
This page explains the different terms used in the Watcher system.

View File

@@ -112,9 +112,11 @@ Watcher Manual Pages
man/index
.. only:: html
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`