diff --git a/docs/conf.py b/docs/conf.py index e4a8482..5df20ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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']