Files
gw-basic-2026/docs/conf.py
T
Eremey Valetov c2684712af Add Sphinx documentation site with GitHub Pages deployment
Furo theme, 6 pages split from existing docs, auto-deploys on push.
2026-02-15 16:56:02 -05:00

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/",
}