From ac02ee53697ca46a32790419cac30bc06ef4a53c Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 23 Jul 2013 16:10:01 -0700 Subject: [PATCH] Remove static path since it isn't used. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7c2fb2d4a..71ebff6f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,8 @@ if on_rtd: html_theme = 'default' else: html_theme = 'nature' -html_static_path = ['_static'] +# This doesn't exist since we aren't shipping any static files ourselves. +#html_static_path = ['_static'] htmlhelp_basename = 'ReadTheDocsdoc' latex_documents = [ ('index', 'ReadTheDocs.tex', u'Read The Docs Documentation',