start create docs

This commit is contained in:
2025-10-14 22:34:19 +03:00
parent a5e72161ef
commit 0fca3af35d
129 changed files with 10325 additions and 381 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
project = "Argenta"
copyright = "2025, kolo"
author = "kolo"
release = "1.1.1"
release = "1.1.2"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -23,5 +23,5 @@ 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 = "sphinx_rtd_theme"
html_theme = "furo"
html_static_path = ["_static"]