summaryrefslogtreecommitdiff
path: root/docs/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-11-17 14:22:03 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-11-17 14:22:03 -0500
commitfbcafdcc1b68885ac2c43172ba30ad17f396b197 (patch)
tree3f760f731f5ba966a5b04404b945ec27f6378b7a /docs/build/conf.py
parente3f1bcfdc9ec1ab9acf09e3cfa366a44033da5e4 (diff)
downloaddogpile-core-fbcafdcc1b68885ac2c43172ba30ad17f396b197.tar.gz
put init params in class docs
Diffstat (limited to 'docs/build/conf.py')
-rw-r--r--docs/build/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/build/conf.py b/docs/build/conf.py
index f29093f..94015f1 100644
--- a/docs/build/conf.py
+++ b/docs/build/conf.py
@@ -22,7 +22,6 @@ import sys, os
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../'))
-sys.path.insert(0, os.path.abspath('.'))
import dogpile
@@ -30,7 +29,7 @@ import dogpile
# 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.intersphinx', 'builder']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -95,7 +94,6 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
-autodoc_default_flags = 'special-members'
# -- Options for HTML output ---------------------------------------------------