From 0aaa43b469417e6b03968df2452d7b70e4f12b51 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 25 Jan 2018 11:03:49 +0000 Subject: [PATCH] Disable the wsme Sphinx extension from the API ref docs This causes the following error: while setting up extension wsmeext.sphinxext: directive 'autoattribute' is already registered, it will be overridden Change-Id: I22af68e8a455dd5b71ee427c81ae99f3d1391195 --- api-ref/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 80973d283..1c33ca758 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -32,7 +32,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinxcontrib.autohttp.flask', 'sphinxcontrib.pecanwsme.rest', - 'wsmeext.sphinxext', ] if not on_rtd: