README: Babeltrace 2 was released in 2020
[babeltrace.git] / doc / bindings / python / source / conf.py
index 32e1cdf743defa62d1d4aed32a8cc09b5d0fb6f2..84c05bbc902497fa34119e61e7a3522970eab5e2 100644 (file)
@@ -1,22 +1,19 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-import babeltrace
+import bt2
 import os
 
 
 # general configuration
 needs_sphinx = '1.2'
-extensions = [
-    'sphinx.ext.autodoc',
-    'sphinx.ext.ifconfig',
-]
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig']
 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.023864 seconds and 4 git commands to generate.