From 43fd0239f6807838cee9e52c2882ce1621330d9f Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Sat, 14 Mar 2015 08:16:38 -0400 Subject: [PATCH] dont print index at end of latex pdf --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 07651f3e86..06f8a39a34 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -200,7 +200,8 @@ latex_elements = { \hypersetup{bookmarksdepth=3} \setcounter{tocdepth}{2} \numberwithin{equation}{section} -""" +""", +'printindex': r"" } # The name of an image file (relative to this directory) to place at the top of