# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'builder.builders']
+#extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
+# 'sphinx.ext.doctest', 'builder.builders']
+
+extensions = ['sphinx.ext.autodoc',
+ 'sphinx.ext.doctest', 'builder.builders']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['templates']
In addition to those types at :ref:`types`, datatypes specific to the
Oracle dialect include those listed here.
-.. automodule:: sqlalchemy.dialects.oracle
-
-
.. autoclass:: BFILE
:members: __init__
:show-inheritance: