diff options
| author | Chris Withers <chris@simplistix.co.uk> | 2010-04-13 12:05:45 +0100 |
|---|---|---|
| committer | Chris Withers <chris@simplistix.co.uk> | 2010-04-13 12:05:45 +0100 |
| commit | 22be31ec3a476e9edb970b3a8ae3ca2e2180f3f4 (patch) | |
| tree | f2703b1433790677e64a80589f30d2624bee4f46 | |
| parent | aaa0ba0525da3186e3ad88194c66f667685c5a67 (diff) | |
| download | sqlalchemy-22be31ec3a476e9edb970b3a8ae3ca2e2180f3f4.tar.gz | |
stop Sphinx whining about this file, I believe it's used direct from a template
| -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 8b7650e14..2c5d78445 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. |
