mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 02:18:51 -06:00
17 lines
514 B
Python
17 lines
514 B
Python
project = "MIPLearn"
|
|
copyright = "2020-2021, UChicago Argonne, LLC"
|
|
author = ""
|
|
release = "0.2.0"
|
|
extensions = ["myst_parser"]
|
|
templates_path = ["_templates"]
|
|
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|
html_theme = "sphinx_book_theme"
|
|
html_static_path = ["_static"]
|
|
html_css_files = ["custom.css"]
|
|
html_theme_options = {
|
|
"repository_url": "https://github.com/ANL-CEEESA/MIPLearn/",
|
|
"use_repository_button": True,
|
|
"extra_navbar": "",
|
|
}
|
|
html_title = f"MIPLearn<br/><small>{release}</small>"
|