26 copyright =
"2022-2024 Ekumen, Inc."
27 author =
"Ekumen Research"
32 ".rst":
"restructuredtext",
41 "sphinx.ext.duration",
42 "sphinx.ext.graphviz",
44 "sphinx.ext.inheritance_diagram",
46 "sphinx_babel.autodox",
47 "sphinxcontrib.bibtex",
50 bibtex_bibfiles = [
"references.bib"]
52 myst_enable_extensions = [
"colon_fence"]
53 myst_heading_anchors = 4
55 autodox_outdir =
"_doxygen/generated"
56 autodox_projects = {
"reference":
""}
58 exclude_patterns = [
"README.md",
"_build",
"_doxygen/*.md"]
59 suppress_warnings = [
"myst.header"]
64 html_theme =
"sphinx_book_theme"
65 html_theme_options = {
66 "show_navbar_depth": 1,
67 "collapse_navbar":
True,
68 "collapse_navigation":
True,
69 "repository_branch":
"main",
70 "repository_url":
"https://github.com/Ekumen-OS/beluga",
71 "use_repository_button":
True,
72 "use_edit_page_button":
False,
73 "home_page_in_toc":
True,
75 "image_light":
"_images/logo_with_name_light.png",
76 "image_dark":
"_images/logo_with_name_dark.png",
79 html_last_updated_fmt = subprocess.check_output(
80 [
"git",
"log",
"--pretty=format:'%ad, %h'",
"-n1"]
82 html_favicon =
"_images/logo_200x200.png"
83 html_css_files = [
"custom.css"]
84 html_js_files = [
"custom.js"]
85 html_static_path = [
"_static"]