From fa76d9bbd89d999d39d1c69cfa6f80db0fc96559 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 4 Aug 2014 18:22:40 +0100 Subject: [PATCH] Update the docs extension for Google style. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 686f182..4263bad 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,7 +40,7 @@ import pyzkb # 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.viewcode', 'sphinxcontrib.napoleon'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']