X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=doc%2Fbindings%2Fpython%2Fsource%2Fconf.py;h=84c05bbc902497fa34119e61e7a3522970eab5e2;hp=e39de7c66dcbc0ea6de9e4a10dda74d2af70ebfb;hb=cfbd7cf3bde05e8a6606478889dcd663604ef7b5;hpb=e3f7fd922b3dc8fd92ad9397f4f9e175ff843b2a 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'