From 7b36b05355f140f5192f69f4f3d26dc56c8a1685 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 28 Jan 2024 17:18:39 +0800 Subject: chore(docs): update config --- docs/source/conf.py | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'docs/source/conf.py') 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 浊莲." +) +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": "documentation is still under construction now, welcome any contribution!", + # "announcement": "documentation is still under construction now, welcome any contribution!", "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 +} -- cgit v1.2.3-70-g09d2 From 900ac8573d2dcd0cda1a9fad23ac938783f61b0b Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 28 Jan 2024 17:35:24 +0800 Subject: chore(docs): update cpying --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d172231..ff94d40e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ AUTHORS = ",".join([f"{aut['name']}" for aut in AUTHOR_TABLE]) project = PROJECT_NAME # "Infini" release = PROJECT_VERSION # "latest" copyright = ( - "2023-PRESENT, HydroRoll-Team x 浊莲." + "2023-PRESENT, HydroRoll-Team x [浊莲](https://github.com/noctisynth)." ) author = AUTHORS # "Hsiang Nianian" -- cgit v1.2.3-70-g09d2 From 833b3476e8c7905c12949acfc204a54dddf7e42c Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 28 Jan 2024 17:41:11 +0800 Subject: revert(docs): revert html favicon --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index ff94d40e..8ce56661 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,7 +70,7 @@ html_static_path = ["../_static"] html_logo = ( "https://cdn.jsdelivr.net/gh/HydroRoll-Team/infini@master/docs/_static/logo.png" ) -# html_favicon = html_logo +html_favicon = html_logo html_css_files = [ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/fontawesome.min.css", -- cgit v1.2.3-70-g09d2 From e1dc4ba8c21c7f76f1c261f816aa0284a64a4a2a Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 28 Jan 2024 17:42:22 +0800 Subject: chore(docs): update cpying --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 8ce56661..319cfd92 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ AUTHORS = ",".join([f"{aut['name']}" for aut in AUTHOR_TABLE]) project = PROJECT_NAME # "Infini" release = PROJECT_VERSION # "latest" copyright = ( - "2023-PRESENT, HydroRoll-Team x [浊莲](https://github.com/noctisynth)." + "2023-PRESENT, HydroRoll-Team & 浊莲." ) author = AUTHORS # "Hsiang Nianian" -- cgit v1.2.3-70-g09d2