From eb6b1c7267da002d7df014d6a4ceca30c93c6f03 Mon Sep 17 00:00:00 2001 From: Chris Withers Date: Mon, 23 May 2011 20:53:00 +0100 Subject: [PATCH] stop sphinx warning whine --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index bf5d76e..b788d39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ release = version today_fmt = '%B %d, %Y' # List of documents that shouldn't be included in the build. -#unused_docs = [] +unused_docs = ['_themes/README'] # List of directories, relative to source directories, that shouldn't be # searched for source files.