From a34d564eb643e547cb168bd10abb27029288498c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E9=B8=BF=E6=B4=8B?= <74575924+panhongyang0@users.noreply.github.com> Date: Wed, 21 Dec 2022 18:04:42 +0800 Subject: [PATCH] Update conf.py --- docs/conf.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 600d67e..d59a54a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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'), ]