summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-10-08 21:13:14 +0200
committerholger krekel <holger@merlinux.eu>2010-10-08 21:13:14 +0200
commiteef6006ac87e29be14268d768209de2caccac6b4 (patch)
treef44e319b7bcd39f287e0376174e43ef8a602f174 /doc/conf.py
parentefcd131edc1bd03ec41886548a052ef47c8a7aa3 (diff)
downloadtox-eef6006ac87e29be14268d768209de2caccac6b4.tar.gz
refining documentation a bit
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 0221785..314ab5b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -255,3 +255,10 @@ epub_copyright = u'2010, holger krekel'
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
+
+def setup(app):
+ #from sphinx.ext.autodoc import cut_lines
+ #app.connect('autodoc-process-docstring', cut_lines(4, what=['module']))
+ app.add_description_unit('confval', 'confval',
+ objname='configuration value',
+ indextemplate='pair: %s; configuration value')