From e102c1b4ca68c19920dfb835f89719985f532b2c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 17 Aug 2011 00:17:58 -0400 Subject: [PATCH] RTD doesn't work w/ this --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 899bc58..8987bb8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -155,7 +155,7 @@ html_sidebars = { #html_split_index = False # If true, links to the reST sources are added to the pages. -html_show_sourcelink = True +html_show_sourcelink = False # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. html_show_sphinx = False -- 2.7.4