diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-05 17:23:23 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-05 17:23:23 -0400 |
commit | be5207a98f62090aa5200d7808730a40dd840dac (patch) | |
tree | 90a6672b5b3bca0cafd9f8d7882b89feb1dc013f | |
parent | b1f3b61765b25a4b2a53fc48d698866c8072f946 (diff) | |
download | sqlalchemy-be5207a98f62090aa5200d7808730a40dd840dac.tar.gz |
not sure why chrisw changed this but would like to have the copyright link
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 175330437..e44651685 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. |