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.