0433ff7661cc318b4116abfcb2f0a6dfaf1dcf86
[babeltrace.git] / doc / bindings / python / source / _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.5b1'
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
This page took 0.029001 seconds and 4 git commands to generate.