# HG changeset patch # User David Douard # Date 1409244401 -7200 # Node ID cf445c8e4b03c8d18cccc606746c62c3d23a4cda # Parent 5e3fbdb035a82ede361f4eeb676d38da71120159 [book] activate the viewcode extension Automagically make link to class/modules/etc. it finds in the documents. diff -r 5e3fbdb035a8 -r cf445c8e4b03 doc/book/en/conf.py --- a/doc/book/en/conf.py Thu Aug 28 16:22:05 2014 +0200 +++ b/doc/book/en/conf.py Thu Aug 28 18:46:41 2014 +0200 @@ -54,7 +54,7 @@ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'sphinx.ext.autodoc', -# 'sphinx.ext.viewcode', + 'sphinx.ext.viewcode', 'logilab.common.sphinx_ext', ]