diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/conf.py | 1 | ||||
| -rw-r--r-- | doc/build/index.rst | 1 | ||||
| -rw-r--r-- | doc/build/reference/sqlalchemy/schema.rst | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 320b5e604..da6d8d663 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -157,6 +157,7 @@ html_use_modindex = False # Output file base name for HTML help builder. htmlhelp_basename = 'FooBardoc' +autoclass_content = 'both' # Options for LaTeX output # ------------------------ diff --git a/doc/build/index.rst b/doc/build/index.rst index 031d579c6..ed33dfbe5 100644 --- a/doc/build/index.rst +++ b/doc/build/index.rst @@ -21,4 +21,3 @@ Indices and tables * :ref:`genindex` * :ref:`search` - diff --git a/doc/build/reference/sqlalchemy/schema.rst b/doc/build/reference/sqlalchemy/schema.rst index df9ac522e..bc3260be3 100644 --- a/doc/build/reference/sqlalchemy/schema.rst +++ b/doc/build/reference/sqlalchemy/schema.rst @@ -5,4 +5,4 @@ Database Schema :members: :undoc-members: :inherited-members: - :show-inheritance:
\ No newline at end of file + :show-inheritance: |
