Skip to content

Commit 6b20199

Browse files
committed
Display links to source in documentation.
Because Raymond Hettinger is absolutely on the money with http://rhettinger.wordpress.com/2011/01/28/open-your-source-more/ :)
1 parent ebb5968 commit 6b20199

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ["sphinx.ext.%s" % ext for ext in ["autodoc", "todo", "intersphinx"]] + \
28+
extensions = ["sphinx.ext.%s" % ext
29+
for ext in ["autodoc", "todo", "intersphinx", "viewcode"]] + \
2930
["sphinxcontrib.%s" % ext for ext in ["cheeseshop", ]]
3031

3132
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)