From 7a216f2c11f385a60ee65ac1a052fca538ed8621 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 31 Jul 2010 18:06:49 +0200 Subject: [PATCH] docs: Turn on the viewcode extension --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a513882a..0a92ba7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,8 @@ import mopidy # 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', 'autodoc_private_members', - 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram'] + 'sphinx.ext.graphviz', 'sphinx.ext.inheritance_diagram', + 'sphinx.ext.viewcode'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']