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