Fix the latexpdf doc build. Fixes #4060

Thanks to Jean-François for the assist:
    https://groups.google.com/forum/#!topic/sphinx-users/ZlQ95_QikXo
pull/21/head
Dave Page 2019-03-08 09:45:04 +00:00
parent 6aae9d6e20
commit f4ca208474
2 changed files with 9 additions and 1 deletions

View File

@ -235,6 +235,13 @@ latex_documents = [
# If false, no module index is generated. # If false, no module index is generated.
#latex_domain_indices = True #latex_domain_indices = True
# Fix the indexing for our docs. See:
# https://groups.google.com/forum/#!topic/sphinx-users/ZlQ95_QikXo
latex_elements = {
'fncychap' : r'\usepackage[Sonny]{fncychap}',
}
# -- Options for manual page output -------------------------------------------- # -- Options for manual page output --------------------------------------------

View File

@ -15,4 +15,5 @@ Features
Bug fixes Bug fixes
********* *********
| `Bug #4054 <https://redmine.postgresql.org/issues/4054>`_ - Handle resultsets with zero columns correctly in the Query Tool. | `Bug #4054 <https://redmine.postgresql.org/issues/4054>`_ - Handle resultsets with zero columns correctly in the Query Tool.
| `Bug #4060 <https://redmine.postgresql.org/issues/4060>`_ - Fix the latexpdf doc build.