From: Raphaƫl Barrois Date: Sun, 31 Mar 2013 00:02:39 +0000 (+0100) Subject: doc: Don't use sphinx.ext.viewcode. X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d36911c6f21ed7becd2d757327f80698d4f61792;p=xnet doc: Don't use sphinx.ext.viewcode. --- diff --git a/doc/conf.py b/doc/conf.py index 972d750..6df45b5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -25,7 +25,7 @@ import sys, os # 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.intersphinx', 'sphinx.ext.viewcode'] +extensions = ['sphinx.ext.intersphinx'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']