16 lines
350 B
Python
16 lines
350 B
Python
project = "gwbasic-c"
|
|
author = "Eremey Valetov"
|
|
copyright = "2026, Eremey Valetov"
|
|
|
|
extensions = ["myst_parser"]
|
|
source_suffix = {".md": "markdown"}
|
|
|
|
html_theme = "furo"
|
|
html_title = "gwbasic-c"
|
|
|
|
html_theme_options = {
|
|
"source_repository": "https://github.com/evvaletov/gwbasic-c",
|
|
"source_branch": "main",
|
|
"source_directory": "docs/",
|
|
}
|