1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
extensions = [
  "sphinx.ext.todo",
  "myst_parser",
]

myst_enable_extensions = [
    "alert",
    "smartquotes",
    "colon_fence",
    "gfm_autolink"
]

project = "STARBLOOM"
language = "en"
copyright = "2026-%Y John Schiefelebein"
show_authors = False

html_theme = "sphinx_book_theme"