extensions = [
"sphinx.ext.todo",
"myst_parser",
]
myst_enable_extensions = [
"alert",
"smartquotes",
"colon_fence",
"gfm_autolink"
]
project = "STARBLOOM"
language = "en"
copyright = "2026-%Y John Schiefelbein"
show_authors = False
html_theme = "sphinx_book_theme"