fix: Remove empty python bindings documentation
[babeltrace.git] / doc / bindings / python / source / _themes / sphinx_rtd_theme / __init__.py
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 (file)
index 0433ff7..0000000
+++ /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
This page took 0.022883 seconds and 4 git commands to generate.