"""Sphinx ReadTheDocs theme.From https://github.com/ryan-roemer/sphinx-bootstrap-theme."""importosVERSION=(0,1,9)__version__=".".join(str(v)forvinVERSION)__version_full__=__version__defget_html_theme_path():"""Return list of HTML theme paths."""cur_dir=os.path.abspath(os.path.dirname(os.path.dirname(__file__)))returncur_dir