From 0bd16c1f5c5519f4804e7dcd4ace8af859aaede4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 1 Mar 2010 16:37:43 +0000 Subject: [PATCH] un-break the copyright link that chrisw broke --- doc/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3