doc: Make python bindings doc build
[babeltrace.git] / doc / bindings / python / source / conf.py
index bdf5fe61da34b62e44ad300746f2e75f16f8cb18..e39de7c66dcbc0ea6de9e4a10dda74d2af70ebfb 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-import babeltrace
+import bt2
 import os
 
 
@@ -14,9 +14,9 @@ templates_path = ['_templates']
 source_suffix = '.rst'
 source_encoding = 'utf-8-sig'
 master_doc = 'index'
-project = 'Babeltrace Python bindings'
-copyright = '2014, EfficiOS Inc.'
-version = babeltrace.__version__
+project = 'Babeltrace legacy Python bindings'
+copyright = '2019, EfficiOS Inc.'
+version = bt2.__version__
 release = version
 language = None
 today = ''
@@ -38,8 +38,6 @@ if os.path.isdir(os.path.join('_themes', 'sphinx_rtd_theme')):
 
 html_theme_options = {}
 html_theme_path = ['_themes']
-html_title = None
-html_short_title = None
 html_logo = None
 html_favicon = None
 html_static_path = ['_static']
This page took 0.024798 seconds and 4 git commands to generate.