def get_html_theme_path()

in rst/themes/lifescience-theme/__init__.py [0:0]


def get_html_theme_path():
    """Return list of HTML theme paths."""
    cur_dir = os.path.abspath(os.path.dirname(__file__))
    return [cur_dir]