Remove `skip-string-normalization` in Python formatter config
[babeltrace.git] / doc / bindings / python / source / conf.py
index 859ae57a078d385abc2a5ca5480ea2889e599571..148cc92abca409abca0d4708ce03216b9f8e0d23 100644 (file)
@@ -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"
This page took 0.022993 seconds and 4 git commands to generate.