Skip to content

Commit

Permalink
DOC: disable custom fvset and makeindex as they do not work properly …
Browse files Browse the repository at this point in the history
…[skip ci]
  • Loading branch information
sebastientourbier authored Nov 6, 2020
1 parent f2d2333 commit 31ef25a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,13 @@ def visit_document(self, node):
# Additional stuff for the LaTeX preamble.
'preamble': r'''
\usepackage{dejavu}
\makeindex[columns=1, title=Alphabetical Index]
''',

# Use Fancy chapter
'fncychap': r'\usepackage[Bjornstrup]{fncychap}',

# Adjust for the large character width of the monospace font, used in code-blocks
'fvset': r'\\fvset{fontsize=\\footnotesize}',
# 'fvset': r'\\fvset{fontsize=\\footnotesize}', Seems not working!

# Adjust size for long module name in generated index
'printindex': r'''
Expand Down

0 comments on commit 31ef25a

Please sign in to comment.