README: Babeltrace 2 was released in 2020
[babeltrace.git] / doc / bindings / python / source / _themes / sphinx_rtd_theme / __init__.py
CommitLineData
4f5f37d9
PP
1"""Sphinx ReadTheDocs theme.
2
3From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
4
5"""
6import os
7
e633e2e6 8__version__ = '0.2.5b1'
4f5f37d9
PP
9__version_full__ = __version__
10
11
12def 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.055491 seconds and 4 git commands to generate.