html_domain_indices = True html_use_index = True html_split_index = False html_show_sourcelink = False html_show_sphinx = True html_show_copyright = True manual_edition_path = '{0}/{1}/{2}'.format(conf.project.url, conf.git.branches.current, sconf.theme.book_path_base) html_theme_options = { 'branch': conf.git.branches.current, 'pdfpath': manual_edition_path + '.pdf', 'epubpath': manual_edition_path + '.epub', 'manual_path': get_manual_path(conf), 'translations': languages, 'language': language, 'repo_name': sconf.theme.repo, 'jira_project': sconf.theme.jira, 'google_analytics': sconf.theme.google_analytics, 'project': sconf.theme.project, 'version': version, 'version_selector': get_versions(conf), 'stable': conf.version.stable, 'sitename': sconf.theme.sitename, 'nav_excluded': sconf.theme.nav_excluded, } html_sidebars = sconf.sidebars
html_domain_indices = True html_use_index = True html_split_index = False html_show_sourcelink = False html_show_sphinx = True html_show_copyright = True manual_edition_path = '{0}/{1}/{2}'.format(conf.project.url, conf.git.branches.current, sconf.theme.book_path_base) html_theme_options = { 'branch': conf.git.branches.current, 'pdfpath': manual_edition_path + '-' + conf.git.branches.current + '.pdf', 'epubpath': manual_edition_path + '.epub', 'manual_path': get_manual_path(conf), 'translations': languages, 'language': language, 'repo_name': sconf.theme.repo, 'jira_project': sconf.theme.jira, 'google_analytics': sconf.theme.google_analytics, 'project': sconf.theme.project, 'version': version, 'version_selector': get_versions(conf), 'active_branches': conf.version.active, 'stable': conf.version.stable, 'sitename': sconf.theme.sitename, 'nav_excluded': sconf.theme.nav_excluded, 'upcoming': conf.version.upcoming, 'banner': True, 'banner_msg':
html_copy_source = False html_use_smartypants = True html_domain_indices = True html_use_index = True html_split_index = False html_show_sourcelink = False html_show_sphinx = True html_show_copyright = True manual_edition_path = "{0}/{1}/{2}".format(conf.project.url, conf.git.branches.current, sconf.theme.book_path_base) html_theme_options = { "branch": conf.git.branches.current, "pdfpath": dot_concat(manual_edition_path, "pdf"), "epubpath": dot_concat(manual_edition_path, "epub"), "manual_path": get_manual_path(conf), "translations": languages, "language": language, "repo_name": sconf.theme.repo, "jira_project": sconf.theme.jira, "google_analytics": sconf.theme.google_analytics, "project": sconf.theme.project, "version": version, "version_selector": get_versions(conf), "stable": conf.version.stable, "sitename": sconf.theme.sitename, "nav_excluded": sconf.theme.nav_excluded, } html_sidebars = sconf.sidebars