From 182d68de35d5629aab8932f8dbee938180b76ade Mon Sep 17 00:00:00 2001 From: Kumar Appaiah Date: Tue, 8 Dec 2009 16:12:47 -0600 Subject: [PATCH] Fix author name in documentation. Stop generating blank module index. Signed-off-by: Joshua Roesslein --- doc/conf.py | 2 +- doc/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 4d6fd70..60beeba 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -174,7 +174,7 @@ htmlhelp_basename = 'tweepydoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'tweepy.tex', u'tweepy Documentation', - u'Tweepy Authors', 'manual'), + u'Joshua Roesslein', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/index.rst b/doc/index.rst index ca62206..b7b770f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,6 +21,5 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search` -- 2.25.1