From: Chris Withers Date: Tue, 13 Apr 2010 11:05:45 +0000 (+0100) Subject: stop Sphinx whining about this file, I believe it's used direct from a template X-Git-Tag: rel_0_6_0~23^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22be31ec3a476e9edb970b3a8ae3ca2e2180f3f4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git stop Sphinx whining about this file, I believe it's used direct from a template --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 8b7650e14f..2c5d78445d 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -67,7 +67,7 @@ release = sqlalchemy.__version__ #today_fmt = '%B %d, %Y' # List of documents that shouldn't be included in the build. -unused_docs = ['output.txt'] +unused_docs = ['copyright'] # List of directories, relative to source directory, that shouldn't be searched # for source files.