From be5207a98f62090aa5200d7808730a40dd840dac Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 5 Sep 2010 17:23:23 -0400 Subject: [PATCH] not sure why chrisw changed this but would like to have the copyright link --- 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 175330437f..e446516858 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -73,7 +73,7 @@ release = sqlalchemy.__version__ #today_fmt = '%B %d, %Y' # List of documents that shouldn't be included in the build. -unused_docs = ['copyright'] +unused_docs = [] # List of directories, relative to source directory, that shouldn't be searched # for source files. -- 2.47.2