diff options
author | Unai Martinez-Corral <unai.martinezcorral@ehu.eus> | 2023-02-25 17:16:40 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2023-02-26 19:48:44 +0100 |
commit | d7a62bd1baf392ebf7d9138fab379e950c1baeae (patch) | |
tree | 38d3e2716ed542fd12f3ffc62398d7fb3cfa62b4 | |
parent | a3351a38cb79844a94aa7abd5ec9beedcda06f3c (diff) | |
download | ghdl-d7a62bd1baf392ebf7d9138fab379e950c1baeae.tar.gz ghdl-d7a62bd1baf392ebf7d9138fab379e950c1baeae.tar.bz2 ghdl-d7a62bd1baf392ebf7d9138fab379e950c1baeae.zip |
doc/conf: spacing
-rw-r--r-- | doc/conf.py | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/conf.py b/doc/conf.py index 477864f8c..1e9e87944 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,10 +56,10 @@ templates_path = ['_templates'] # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ - "_build", - "_theme", - "Thumbs.db", - ".DS_Store" + "_build", + "_theme", + "Thumbs.db", + ".DS_Store" ] # The name of the Pygments (syntax highlighting) style to use. @@ -140,31 +140,31 @@ texinfo_documents = [( from textwrap import dedent latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - 'papersize': 'a4paper', - - # The font size ('10pt', '11pt' or '12pt'). - #'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - 'preamble': dedent(r""" - % ================================================================================ - % User defined additional preamble code - % ================================================================================ - % Add more Unicode characters for pdfLaTeX. - % - Alternatively, compile with XeLaTeX or LuaLaTeX. - % - https://github.com/sphinx-doc/sphinx/issues/3511 - % - \ifdefined\DeclareUnicodeCharacter - \DeclareUnicodeCharacter{2265}{$\geq$} - \DeclareUnicodeCharacter{21D2}{$\Rightarrow$} - \fi - - % ================================================================================ - """), - - # Latex figure (float) alignment - #'figure_align': 'htbp', + # The paper size ('letterpaper' or 'a4paper'). + 'papersize': 'a4paper', + + # The font size ('10pt', '11pt' or '12pt'). + #'pointsize': '10pt', + + # Additional stuff for the LaTeX preamble. + 'preamble': dedent(r""" + % ================================================================================ + % User defined additional preamble code + % ================================================================================ + % Add more Unicode characters for pdfLaTeX. + % - Alternatively, compile with XeLaTeX or LuaLaTeX. + % - https://github.com/sphinx-doc/sphinx/issues/3511 + % + \ifdefined\DeclareUnicodeCharacter + \DeclareUnicodeCharacter{2265}{$\geq$} + \DeclareUnicodeCharacter{21D2}{$\Rightarrow$} + \fi + + % ================================================================================ + """), + + # Latex figure (float) alignment + #'figure_align': 'htbp', } # ============================================================================== @@ -224,11 +224,11 @@ graphviz_output_format = "svg" # Sphinx.Ext.Inheritance_Diagram # ============================================================================== inheritance_node_attrs = { -# "shape": "ellipse", -# "fontsize": 14, -# "height": 0.75, - "color": "dodgerblue1", - "style": "filled" +# "shape": "ellipse", +# "fontsize": 14, +# "height": 0.75, + "color": "dodgerblue1", + "style": "filled" } # ============================================================================== |