From 3a3a487c71af7fa4d873ecb8905f188c2fc156b5 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 13 Apr 2020 11:27:45 +0800 Subject: [PATCH] remove wsmeext.sphinxext Error when importing wsmeext.sphinxext Could not import extension wsmeext.sphinxext (exception: cannot import name 'l_') Change-Id: Id23c9c1fd35153d67d4ffb50dc1cd40f30b7ab41 --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 662dbcbba..0c4aa2f60 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -36,7 +36,6 @@ extensions = [ 'sphinxcontrib.httpdomain', 'sphinxcontrib.pecanwsme.rest', 'stevedore.sphinxext', - 'wsmeext.sphinxext', 'ext.term', 'ext.versioned_notifications', 'oslo_config.sphinxconfiggen',