Update conf.py

pull/1/head
潘鸿洋 2022-12-21 18:04:42 +08:00 committed by GitHub
parent 5e7a802b2c
commit a34d564eb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 11 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# percy documentation build configuration file, created by
# sphinx-quickstart on Thu May 10 16:18:11 2018.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
# containing dir. # containing dir.
@ -46,9 +44,9 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = 'percy' project = 'phyLS'
copyright = '2018, Winston Haaswijk' copyright = '2022, Hongyang Pan'
author = 'Winston Haaswijk' author = 'Hongyang Pan'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -112,7 +110,7 @@ html_sidebars = {
# -- 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 = 'percydoc' htmlhelp_basename = 'phyLSdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -139,8 +137,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, 'percy.tex', 'percy Documentation', (master_doc, 'phyLS.tex', 'phyLS Documentation',
'Winston Haaswijk', 'manual'), 'Hongyang Pan', 'manual'),
] ]
@ -149,7 +147,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, 'percy', 'percy Documentation', (master_doc, 'phyLS', 'phyLS Documentation',
[author], 1) [author], 1)
] ]
@ -160,7 +158,7 @@ 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, 'percy', 'percy Documentation', (master_doc, 'phyLS', 'phyLS Documentation',
author, 'percy', 'One line description of project.', author, 'phyLS', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]