Files
gw-basic-2026/docs/conf.py
T

16 lines
362 B
Python
Raw Normal View History

project = "GW-BASIC 2026"
author = "Eremey Valetov"
copyright = "2026, Eremey Valetov"
extensions = ["myst_parser"]
source_suffix = {".md": "markdown"}
html_theme = "furo"
html_title = "GW-BASIC 2026"
html_theme_options = {
"source_repository": "https://github.com/evvaletov/gw-basic-2026",
"source_branch": "main",
"source_directory": "docs/",
}