# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
-AUTOBUILD = sphinx-autobuild --port 8080 --watch ../../lib
+AUTOBUILD = sphinx-autobuild --port 8080 --watch ../../alembic
PAPER =
BUILDDIR = output
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = "nature"
-
-html_style = "nature_override.css"
+html_theme = "sphinx_book_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
+html_css_files = ["site_custom_css.css"]
+
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
# html_last_updated_fmt = '%b %d, %Y'
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
"**": [
+ "navbar-logo.html",
"site_custom_sidebars.html",
- "localtoc.html",
- "searchbox.html",
- "relations.html",
+ "icon-links.html",
+ "search-button-field.html",
+ "sbt-sidebar-nav.html",
]
}