aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-28 17:18:39 +0800
committer简律纯 <i@jyunko.cn>2024-01-28 17:18:39 +0800
commit7b36b05355f140f5192f69f4f3d26dc56c8a1685 (patch)
tree259bf54d048ebc8d515136e70d87636fe8f9c676 /docs
parent6bae459589a005cf027138e6d3a7e51570e2a159 (diff)
downloadinfini-7b36b05355f140f5192f69f4f3d26dc56c8a1685.tar.gz
infini-7b36b05355f140f5192f69f4f3d26dc56c8a1685.zip
chore(docs): update config
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py22
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index c2403d47..6d172231 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 x <a href='https://github.com/noctisynth'>浊莲</a>."
+)
+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,8 +67,10 @@ 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_favicon = html_logo
+html_logo = (
+ "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/logo.png"
+)
+# html_favicon = html_logo
html_css_files = [
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css",
@@ -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
+}