Browse Source

make sure autodoc includes the docstring from __init__

master
Brett Langdon 12 years ago
parent
commit
dd530816d1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/conf.py

+ 2
- 0
docs/conf.py View File

@ -31,6 +31,8 @@ import riakcached
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinxcontrib.fulltoc', 'sphinx.ext.viewcode']
autoclass_content = 'both'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']


Loading…
Cancel
Save