2026-02-22 12:18:17 -05:00
|
|
|
project = "GW-BASIC 2026"
|
2026-02-15 16:56:02 -05:00
|
|
|
author = "Eremey Valetov"
|
|
|
|
|
copyright = "2026, Eremey Valetov"
|
|
|
|
|
|
|
|
|
|
extensions = ["myst_parser"]
|
|
|
|
|
source_suffix = {".md": "markdown"}
|
|
|
|
|
|
|
|
|
|
html_theme = "furo"
|
2026-02-22 12:18:17 -05:00
|
|
|
html_title = "GW-BASIC 2026"
|
2026-02-15 16:56:02 -05:00
|
|
|
|
|
|
|
|
html_theme_options = {
|
2026-02-22 12:18:17 -05:00
|
|
|
"source_repository": "https://github.com/evvaletov/gw-basic-2026",
|
2026-02-15 16:56:02 -05:00
|
|
|
"source_branch": "main",
|
|
|
|
|
"source_directory": "docs/",
|
|
|
|
|
}
|