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=0000000000000000000000000000000000000000;hp=84c05bbc902497fa34119e61e7a3522970eab5e2;hb=48ba910c442105da68c0f9bb703213517409f863;hpb=5cea295bfb45e7e7b495a5d9812b9a0522c3f743 diff --git a/doc/bindings/python/source/conf.py b/doc/bindings/python/source/conf.py deleted file mode 100644 index 84c05bbc..00000000 --- a/doc/bindings/python/source/conf.py +++ /dev/null @@ -1,51 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -import bt2 -import os - - -# general configuration -needs_sphinx = '1.2' -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.ifconfig'] -templates_path = ['_templates'] -source_suffix = '.rst' -source_encoding = 'utf-8-sig' -master_doc = 'index' -project = 'Babeltrace legacy Python bindings' -copyright = '2019, EfficiOS Inc.' -version = bt2.__version__ -release = version -language = None -today = '' -today_fmt = '%B %d, %Y' -exclude_patterns = [] -default_role = None -add_function_parentheses = True -add_module_names = True -show_authors = False -pygments_style = 'sphinx' -modindex_common_prefix = [] -keep_warnings = False - -# HTML output options -html_theme = 'default' - -if os.path.isdir(os.path.join('_themes', 'sphinx_rtd_theme')): - html_theme = 'sphinx_rtd_theme' - -html_theme_options = {} -html_theme_path = ['_themes'] -html_logo = None -html_favicon = None -html_static_path = ['_static'] -html_extra_path = [] -html_last_updated_fmt = '%b %d, %Y' -html_use_smartypants = False -html_sidebars = {} -html_additional_pages = {} -html_domain_indices = True -html_use_index = True -html_split_index = False -html_show_sourcelink = False -html_show_copyright = True -htmlhelp_basename = 'BabeltracePydoc'