X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2F_themes%2Fsphinx_rtd_theme%2F__init__.py;fp=doc%2Fbindings%2Fpython%2Fsource%2F_themes%2Fsphinx_rtd_theme%2F__init__.py;h=0000000000000000000000000000000000000000;hp=0433ff7661cc318b4116abfcb2f0a6dfaf1dcf86;hb=48ba910c442105da68c0f9bb703213517409f863;hpb=5cea295bfb45e7e7b495a5d9812b9a0522c3f743 diff --git a/doc/bindings/python/source/_themes/sphinx_rtd_theme/__init__.py b/doc/bindings/python/source/_themes/sphinx_rtd_theme/__init__.py deleted file mode 100644 index 0433ff76..00000000 --- a/doc/bindings/python/source/_themes/sphinx_rtd_theme/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -"""Sphinx ReadTheDocs theme. - -From https://github.com/ryan-roemer/sphinx-bootstrap-theme. - -""" -import os - -__version__ = '0.2.5b1' -__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