From c6874c7f72fac55bc6ec3941a8981dab79af2ff2 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 1 Apr 2019 16:41:51 +0100 Subject: [PATCH] trivial: Remove unused attribute This was added in I10d90ac2f702153508bc6e607ed451c089276a4d and doesn't appear to have been used anywhere. Remove it. Change-Id: If29f203da9633f9174ed4ba94d70153962d195b9 Signed-off-by: Stephen Finucane --- os_api_ref/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/os_api_ref/__init__.py b/os_api_ref/__init__.py index c5ea2a2..9bec268 100644 --- a/os_api_ref/__init__.py +++ b/os_api_ref/__init__.py @@ -34,10 +34,6 @@ __version__ = pbr.version.VersionInfo( LOG = logging.getLogger(__name__) -# This is to allow for a graceful swap from oslosphinx to openstackdocstheme -THEME = 'openstackdocstheme' - - """This provides a sphinx extension able to create the HTML needed for the api-ref website.