From: Mike Bayer Date: Mon, 1 Mar 2010 16:37:43 +0000 (+0000) Subject: un-break the copyright link that chrisw broke X-Git-Tag: rel_0_6beta2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd16c1f5c5519f4804e7dcd4ace8af859aaede4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git un-break the copyright link that chrisw broke --- diff --git a/doc/build/conf.py b/doc/build/conf.py index bee23d3086..8b7650e14f 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','copyright'] +unused_docs = ['output.txt'] # List of directories, relative to source directory, that shouldn't be searched # for source files.