X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Fconf.py;h=e39de7c66dcbc0ea6de9e4a10dda74d2af70ebfb;hb=78d61baa36d7f384a2e6b3d4ccc4ce0c40455767;hp=bdf5fe61da34b62e44ad300746f2e75f16f8cb18;hpb=4f5f37d9512a7fa57b5f98a973b009e47e9f4963;p=deliverable%2Fbabeltrace.git diff --git a/doc/bindings/python/source/conf.py b/doc/bindings/python/source/conf.py index bdf5fe61d..e39de7c66 100644 --- a/doc/bindings/python/source/conf.py +++ b/doc/bindings/python/source/conf.py @@ -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']