diff options
author | jfbu <jfbu@free.fr> | 2018-03-30 22:50:55 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2018-03-30 22:50:55 +0200 |
commit | bfdf0d1e8384397e4719649857c2f6a26bb26d63 (patch) | |
tree | 9aaa75da0176caf38fda938522bb8c6e2dc8ff7a /doc/conf.py | |
parent | c5e811459e73eef99fb35b8dcb0ed7a1a8d5242e (diff) | |
parent | d8b9baf1cbde26e00c733f7eeee90cc7998b5c33 (diff) | |
download | sphinx-git-bfdf0d1e8384397e4719649857c2f6a26bb26d63.tar.gz |
Merge branch '1.7'
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index f5708465d..49f0930b6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,14 @@ latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', 'Georg Brandl', 'manual', 1)] latex_logo = '_static/sphinx.png' latex_elements = { - 'fontpkg': '\\usepackage{palatino}', + 'fontpkg': r''' +\usepackage[sc]{mathpazo} +\usepackage[scaled]{helvet} +\usepackage{courier} +''', 'passoptionstopackages': '\\PassOptionsToPackage{svgnames}{xcolor}', 'preamble': '\\DeclareUnicodeCharacter{229E}{\\ensuremath{\\boxplus}}', + 'fvset': '\\fvset{fontsize=auto}', # fix missing index entry due to RTD doing only once pdflatex after makeindex 'printindex': r''' \IfFileExists{\jobname.ind} |