continue create docs

This commit is contained in:
2025-10-15 11:22:20 +03:00
parent 0fca3af35d
commit f696805bc6
198 changed files with 587 additions and 15373 deletions
+12 -3
View File
@@ -9,12 +9,14 @@
project = "Argenta"
copyright = "2025, kolo"
author = "kolo"
release = "1.1.2"
master_doc = "index"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = []
locale_dirs = ['locales/']
gettext_compact = False
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
@@ -23,5 +25,12 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_theme = "furo"
html_theme = "shibuya"
html_static_path = ["_static"]
html_context = {
"languages": [
("English", "/%s/", "en"),
("Русский", "/ru/%s/", "ru"),
]
}