X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Fconf.py;fp=doc%2Fbindings%2Fpython%2Fsource%2Fconf.py;h=148cc92abca409abca0d4708ce03216b9f8e0d23;hp=859ae57a078d385abc2a5ca5480ea2889e599571;hb=f5567ea88d172767b34373bc6e402da8bfd85ef8;hpb=419d8c49bd978a59b8a0619d83cb6ba26b18f970 diff --git a/doc/bindings/python/source/conf.py b/doc/bindings/python/source/conf.py index 859ae57a..148cc92a 100644 --- a/doc/bindings/python/source/conf.py +++ b/doc/bindings/python/source/conf.py @@ -6,17 +6,17 @@ import bt2 import re # project -project = 'Babeltrace 2 Python bindings' -copyright = '2020, EfficiOS, Inc' -author = 'EfficiOS, Inc' +project = "Babeltrace 2 Python bindings" +copyright = "2020, EfficiOS, Inc" +author = "EfficiOS, Inc" release = bt2.__version__ -version = re.match(r'^\d+\.\d+', release).group(0) +version = re.match(r"^\d+\.\d+", release).group(0) # index -master_doc = 'index' +master_doc = "index" # extensions -extensions = ['bt2sphinxurl'] +extensions = ["bt2sphinxurl"] # theme -html_theme = 'alabaster' +html_theme = "alabaster"