X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Fconf.py;h=84c05bbc902497fa34119e61e7a3522970eab5e2;hb=61d96b89a9c8b3b523558a3c007c2aaedaba2a55;hp=e39de7c66dcbc0ea6de9e4a10dda74d2af70ebfb;hpb=1eda2e7260a750e6cce4bf89ba09681510663ae9;p=babeltrace.git diff --git a/doc/bindings/python/source/conf.py b/doc/bindings/python/source/conf.py index e39de7c6..84c05bbc 100644 --- a/doc/bindings/python/source/conf.py +++ b/doc/bindings/python/source/conf.py @@ -6,10 +6,7 @@ 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'