From f8f88f465df244be685679a6a78bf4b27008672d Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Mon, 4 Mar 2024 14:03:59 +0800 Subject: docs(quick-start): add quick start content --- docs/source/conf.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index 9890225d..56e6723d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,14 +24,14 @@ 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 # "Infini" -release = PROJECT_VERSION # "latest" +project = PROJECT_NAME +release = PROJECT_VERSION copyright = ( - "2023-PRESENT, HydroRoll-Team & 浊莲." + "2023-PRESENT, HydroRoll-Team & Noctisynth, org." ) -author = AUTHORS # "Hsiang Nianian" +author = AUTHORS -html_title = "INFINI GENERATOR II" +html_title = "Infini II" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -78,7 +78,6 @@ html_css_files = [ ] html_theme_options = { - # "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/", -- cgit v1.2.3-70-g09d2