doc: Make python bindings doc build
[babeltrace.git] / doc / bindings / python / source / conf.py
index 9e52c56937990185d7aca2b93eb0682c86e53b34..e39de7c66dcbc0ea6de9e4a10dda74d2af70ebfb 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-import babeltrace
+import bt2
 import os
 
 
@@ -15,8 +15,8 @@ source_suffix = '.rst'
 source_encoding = 'utf-8-sig'
 master_doc = 'index'
 project = 'Babeltrace legacy Python bindings'
-copyright = '2017, EfficiOS Inc.'
-version = babeltrace.__version__
+copyright = '2019, EfficiOS Inc.'
+version = bt2.__version__
 release = version
 language = None
 today = ''
This page took 0.0233 seconds and 4 git commands to generate.