Update conf.py

changed words with "Analytics Zoo" to "BigDL"
This commit is contained in:
helenlly 2021-10-20 14:55:45 +08:00 committed by GitHub
parent bea3d5e18c
commit 2050ea16a6

View file

@ -30,7 +30,7 @@ html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme = "sphinx_book_theme" #html_theme = "sphinx_book_theme"
html_theme_options = { html_theme_options = {
"repository_url": "https://github.com/intel-analytics/analytics-zoo", "repository_url": "https://github.com/intel-analytics/BigDL",
"use_repository_button": True, "use_repository_button": True,
"use_issues_button": True, "use_issues_button": True,
"use_edit_page_button": True, "use_edit_page_button": True,
@ -46,9 +46,9 @@ source_suffix = {'.rst': 'restructuredtext',
master_doc = 'index' master_doc = 'index'
project = 'Analytics Zoo' project = 'BigDL'
copyright = '2020, Analytics Zoo Authors' copyright = '2020, BigDL Authors'
author = 'Analytics Zoo Authors' author = 'BigDL Authors'
# The short X.Y version # The short X.Y version
#version = '' #version = ''
@ -139,7 +139,7 @@ html_static_path = ['_static']
# -- Options for HTMLHelp output --------------------------------------------- # -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'Analytics Zoo Documentation' htmlhelp_basename = 'BigDL Documentation'
# -- Options for LaTeX output ------------------------------------------------ # -- Options for LaTeX output ------------------------------------------------
@ -166,8 +166,8 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'analytics-zoo.tex', 'analytics-zoo Documentation', (master_doc, 'bigdl.tex', 'bigdl Documentation',
'analytice-zoo', 'manual'), 'bigdl', 'manual'),
] ]
@ -176,7 +176,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
(master_doc, 'analytics-zoo', 'analytics-zoo Documentation', (master_doc, 'bigdl', 'bigdl Documentation',
[author], 1) [author], 1)
] ]
@ -187,8 +187,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
(master_doc, 'analytics-zoo', 'analytics-zoo Documentation', (master_doc, 'bigdl', 'bigdl Documentation',
author, 'analytics-zoo', 'One line description of project.', author, 'bigdl', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]