From: Kumar Appaiah Date: Tue, 8 Dec 2009 22:12:47 +0000 (-0600) Subject: Fix author name in documentation. Stop generating blank module index. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=182d68de35d5629aab8932f8dbee938180b76ade;p=tweepy.git Fix author name in documentation. Stop generating blank module index. Signed-off-by: Joshua Roesslein --- 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`