From c8164f0f42ee75deeac48bebcde3c2696b11a992 Mon Sep 17 00:00:00 2001 From: Manoel Vilela Date: Fri, 8 Sep 2017 21:19:40 -0300 Subject: [PATCH] Remove duplicated sphinx.ext.viewcode on docs/source/conf.py --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1e8284d..4edf5c3 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinx.ext.autodoc', - 'sphinx.ext.viewcode', 'sphinx.ext.viewcode'] # The suffix(es) of source filenames.