[book] activate the viewcode extension
authorDavid Douard <david.douard@logilab.fr>
Thu, 28 Aug 2014 18:46:41 +0200
changeset 10021 cf445c8e4b03
parent 10020 5e3fbdb035a8
child 10022 927a795bb380
[book] activate the viewcode extension Automagically make link to class/modules/etc. it finds in the documents.
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',
   ]