summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-09 21:23:11 +0200
committerGunnar Aastrand Grimnes <gromgull@gmail.com>2013-05-09 21:23:11 +0200
commit81de454ddeb29ed8b8e08864fca97eb577b3ce0c (patch)
treedd82bfe5b6aab7e3b54441ca733549a7b811dc90 /docs/conf.py
parent7698d1b5d1b5bc9df82f5de99a7db3b853a0b2f9 (diff)
downloadrdflib-81de454ddeb29ed8b8e08864fca97eb577b3ce0c.tar.gz
doc-updates
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e1ad76d1..d798ef30 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,19 +23,21 @@ import sys, os, re
# 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.todo', 'sphinx.ext.doctest']
-extensions = ['sphinx.ext.autodoc',
- 'sphinx.ext.doctest', 'sphinx.ext.intersphinx',
- 'sphinx.ext.todo', 'sphinx.ext.coverage',
- 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc', #'sphinx.ext.autosummary',
+ 'sphinx.ext.doctest', 'sphinx.ext.intersphinx',
+ 'sphinx.ext.todo', 'sphinx.ext.coverage',
+ 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
autodoc_default_flags = [ "special-members" ]
+autosummary_generate = True
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
-epydoc_mapping = {
- '/_static/api/': [r'rdflib\.'],
- }
+#epydoc_mapping = {
+# '/_static/api/': [r'rdflib\.'],
+# }
# The suffix of source filenames.