From c4b35bb8b1a0e82749e74eeda7fd479e49ba6227 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 27 Dec 2012 01:56:22 +0100 Subject: [PATCH 1/2] Removed "indices and tables" from index page --- docs/source/index.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 3733cbe6..9f07446e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,24 +2,19 @@ Jedi – Python autocompletion that works! ======================================== +About Jedi +---------- + .. automodule:: jedi :members: :undoc-members: Contents -======== +-------- .. toctree:: :maxdepth: 1 installation plugin-api - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` From f64835760089b357ed2239c0005eb5d166798b7b Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Thu, 27 Dec 2012 01:59:09 +0100 Subject: [PATCH 2/2] Force usage of default Sphinx template on RTD --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 485bd70e..63d5fa2b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -249,3 +249,8 @@ todo_include_todos = False # -- Options for autodoc module ------------------------------------------------ autodoc_default_flags = ['members', 'undoc-members'] + + +# -- Options for readthedocs --------------------------------------------------- + +html_style = True # Force usage of default template on RTD