diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-18 13:34:25 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-18 13:34:25 -0500 |
commit | d1adef463a836dae83cb0981f06c9b9ad08df780 (patch) | |
tree | 87a93590f6c45d729d3c11c61efd7403c73d15f0 /doc/build/conf.py | |
parent | a1aed312fc5babdbf458a02fa41e785184a1dc1a (diff) | |
download | sqlalchemy-d1adef463a836dae83cb0981f06c9b9ad08df780.tar.gz |
another hide from 2to3 test
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 67cabef54..fd16b2df1 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -33,7 +33,6 @@ import sqlalchemy extensions = [ 'sphinx.ext.autodoc', - # 'sphinx.ext.doctest', 'builder.autodoc_mods', 'builder.changelog', 'builder.dialect_info', |