Skip to content

Commit

Permalink
DOC: reuse fvset to adjust code but seems to still not working [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier authored Nov 6, 2020
1 parent 8727491 commit f2d2333
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,15 +243,14 @@ def visit_document(self, node):
# Additional stuff for the LaTeX preamble.
'preamble': r'''
\usepackage{dejavu}
\\fvset{fontsize=\\footnotesize}
\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}',

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

0 comments on commit f2d2333

Please sign in to comment.