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 <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2019-04-01 16:41:51 +01:00
parent 3b3734499b
commit c6874c7f72
1 changed files with 0 additions and 4 deletions

View File

@ -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.