aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/conf.py
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-29 18:25:15 +0800
committer苏向夜 <fu050409@163.com>2024-01-29 18:25:15 +0800
commit90264b1630bf056a8fb62be3f6b104773cafcd36 (patch)
tree661be9be8ed1faf7f6a99756275d146cff690455 /docs/source/conf.py
parent7757ee809e32d856a06d92f2286f9ca42500ddcd (diff)
parente9e40cf67e8b4de885f89b835becfbc8bf5ed770 (diff)
downloadinfini-90264b1630bf056a8fb62be3f6b104773cafcd36.tar.gz
infini-90264b1630bf056a8fb62be3f6b104773cafcd36.zip
merge: merge with remote changes
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c2403d47..319cfd92 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -19,17 +19,19 @@ with open(PYPROJECT, "r", encoding="utf8") as f:
PROJECT_VERSION = DATA["project"]["version"]
PROJECT_NAME = DATA["project"]["name"]
AUTHOR_TABLE = DATA["project"]["authors"]
-AUTHORS = ",".join([f"{aut['name']}<{aut['email']}>" for aut in AUTHOR_TABLE])
+AUTHORS = ",".join([f"{aut['name']}" for aut in AUTHOR_TABLE])
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
-project = PROJECT_NAME # "IamAI"
+project = PROJECT_NAME # "Infini"
release = PROJECT_VERSION # "latest"
-copyright = "2023-PRESENT, HydroRoll-Team."
-author = "Hsiang Nianian" # AUTHORS
+copyright = (
+ "2023-PRESENT, HydroRoll-Team & 浊莲."
+)
+author = AUTHORS # "Hsiang Nianian"
-# html_title = "Who am I? I am AI."
+html_title = "INFINI GENERATOR II"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -65,7 +67,9 @@ gettext_uuid = True # optional.
html_theme = "furo"
html_static_path = ["../_static"]
-html_logo = "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/logo.png"
+html_logo = (
+ "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/logo.png"
+)
html_favicon = html_logo
html_css_files = [
@@ -74,7 +78,7 @@ html_css_files = [
]
html_theme_options = {
- "announcement": "<em><a href='#'>documentation</a> is still under construction now, welcome any <a href='contributing.html'>contribution</a>!</em>",
+ # "announcement": "<em><a href='#'>documentation</a> is still under construction now, welcome any <a href='contributing.html'>contribution</a>!</em>",
"source_repository": "https://github.com/HydroRoll-Team/infini/",
"source_branch": "master",
"source_directory": "docs/source/",
@@ -92,4 +96,4 @@ html_theme_options = {
"class": "fa-brands fa-python",
},
],
-} \ No newline at end of file
+}