From f4ca208474b7ed57a0fc88a2343202efb3dcd97c Mon Sep 17 00:00:00 2001 From: Dave Page Date: Fri, 8 Mar 2019 09:45:04 +0000 Subject: [PATCH] Fix the latexpdf doc build. Fixes #4060 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Jean-François for the assist: https://groups.google.com/forum/#!topic/sphinx-users/ZlQ95_QikXo --- docs/en_US/conf.py | 7 +++++++ docs/en_US/release_notes_4_4.rst | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/en_US/conf.py b/docs/en_US/conf.py index 6acdd9014..80d8e6702 100644 --- a/docs/en_US/conf.py +++ b/docs/en_US/conf.py @@ -235,6 +235,13 @@ latex_documents = [ # If false, no module index is generated. #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 -------------------------------------------- diff --git a/docs/en_US/release_notes_4_4.rst b/docs/en_US/release_notes_4_4.rst index d8c818dd0..907852b70 100644 --- a/docs/en_US/release_notes_4_4.rst +++ b/docs/en_US/release_notes_4_4.rst @@ -15,4 +15,5 @@ Features Bug fixes ********* -| `Bug #4054 `_ - Handle resultsets with zero columns correctly in the Query Tool. \ No newline at end of file +| `Bug #4054 `_ - Handle resultsets with zero columns correctly in the Query Tool. +| `Bug #4060 `_ - Fix the latexpdf doc build. \ No newline at end of file