summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/conf.py')
-rw-r--r--common/conf.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/conf.py b/common/conf.py
index 388ac0f..3c8ae76 100644
--- a/common/conf.py
+++ b/common/conf.py
@@ -34,7 +34,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['build/_templates']
+#templates_path = ['build/_templates']
# The suffix of source filenames.
source_suffix = '.rst'
@@ -202,7 +202,9 @@ latex_elements = {
'preamble': r'''
\newcommand{\rtemscopyright}{%s}
\usepackage{rtemsstyle}
-''' % (copyright)
+''' % (copyright),
+ 'printindex': r'\footnotesize\raggedright\printindex',
+ 'parsedliteralwraps': True,
}