doc: Make python bindings doc build
[babeltrace.git] / doc / bindings / python / source / conf.py
index 32e1cdf743defa62d1d4aed32a8cc09b5d0fb6f2..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 = '2017, EfficiOS Inc.'
-version = babeltrace.__version__
+project = 'Babeltrace legacy Python bindings'
+copyright = '2019, EfficiOS Inc.'
+version = bt2.__version__
 release = version
 language = None
 today = ''
This page took 0.023352 seconds and 4 git commands to generate.