Skip to content

Commit

Permalink
Made the index single-column in latex doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jodemaey committed Dec 9, 2022
1 parent 01f980a commit fa6c67e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

# -- Options for LaTeX output -------------------------------------------------

latex_elements = {
'printindex': r'\def\twocolumn[#1]{#1}\printindex',
}


# -- Extension configuration -------------------------------------------------
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
Expand Down

0 comments on commit fa6c67e

Please sign in to comment.