"""OPNFV Sphinx Theme"""fromosimportpath__version__='0.2.0'defget_html_theme_path():"""Return list of HTML theme paths."""local_path=path.abspath(path.dirname(__file__))return[local_path]defsetup(app):"""Required by Sphinx to create the theme."""app.add_html_theme('opnfv',path.abspath(path.dirname(__file__)))