ad08a7fb940f722850e705133bbdaa831dc2c82d
[jabaws.git] / docs / _themes / sphinx_rtd_theme / __init__.py
1 """Sphinx ReadTheDocs theme.
2
3 From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
4
5 """
6 import os
7
8 __version__ = '0.2.4'
9 __version_full__ = __version__
10
11
12 def get_html_theme_path():
13     """Return list of HTML theme paths."""
14     cur_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
15     return cur_dir