Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 5de8ebba6a122a0fb772961a72613518 > files > 430

python-livestreamer-1.12.2-6.mga7.noarch.rpm

"""Sphinx ReadTheDocs theme.

From https://github.com/ryan-roemer/sphinx-bootstrap-theme.

"""
import os

VERSION = (0, 1, 5)

__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__


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