aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/conf.py
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-03-04 14:03:59 +0800
committer苏向夜 <fu050409@163.com>2024-03-04 14:03:59 +0800
commitf8f88f465df244be685679a6a78bf4b27008672d (patch)
tree2790f9496e3efb14323c69e0e1b763bd89d0def7 /docs/source/conf.py
parentc3ce35da99ff77007431e501415784e9dc015990 (diff)
downloadinfini-f8f88f465df244be685679a6a78bf4b27008672d.tar.gz
infini-f8f88f465df244be685679a6a78bf4b27008672d.zip
docs(quick-start): add quick start content
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py11
1 files changed, 5 insertions, 6 deletions
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": "<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/",