Updated Branches: refs/heads/trunk 3e8d0107b -> 18211fac3
docs: Enable sphinx.ext.viewcode extenstion. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e0617986 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e0617986 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e0617986 Branch: refs/heads/trunk Commit: e06179862d25754691b1ef4b5481e3f94cc748ce Parents: 3e8d010 Author: Tomaz Muraus <[email protected]> Authored: Sun Aug 4 02:23:39 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sun Aug 4 02:23:39 2013 +0200 ---------------------------------------------------------------------- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e0617986/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 5383442..7877e32 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,8 @@ sys.path.insert(0, os.path.abspath('../')) # 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.intersphinx'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', + 'sphinx.ext.viewcode'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']
