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
# -*- 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
# containing dir.
@ -46,9 +44,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = 'percy'
copyright = '2018, Winston Haaswijk'
author = 'Winston Haaswijk'
project = 'phyLS'
copyright = '2022, Hongyang Pan'
author = 'Hongyang Pan'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -112,7 +110,7 @@ html_sidebars = {
# -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder.
htmlhelp_basename = 'percydoc'
htmlhelp_basename = 'phyLSdoc'
# -- Options for LaTeX output ---------------------------------------------
@ -139,8 +137,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'percy.tex', 'percy Documentation',
'Winston Haaswijk', 'manual'),
(master_doc, 'phyLS.tex', 'phyLS Documentation',
'Hongyang Pan', 'manual'),
]
@ -149,7 +147,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'percy', 'percy Documentation',
(master_doc, 'phyLS', 'phyLS Documentation',
[author], 1)
]
@ -160,7 +158,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'percy', 'percy Documentation',
author, 'percy', 'One line description of project.',
(master_doc, 'phyLS', 'phyLS Documentation',
author, 'phyLS', 'One line description of project.',
'Miscellaneous'),
]