diff options
-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. |