mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-11 20:08:52 -06:00
MIPLearn v0.3
This commit is contained in:
12
docs/conf.py
12
docs/conf.py
@@ -1,8 +1,14 @@
|
||||
project = "MIPLearn"
|
||||
copyright = "2020-2021, UChicago Argonne, LLC"
|
||||
copyright = "2020-2023, UChicago Argonne, LLC"
|
||||
author = ""
|
||||
release = "0.2"
|
||||
extensions = ["myst_parser", "nbsphinx"]
|
||||
release = "0.3"
|
||||
extensions = [
|
||||
"myst_parser",
|
||||
"nbsphinx",
|
||||
"sphinx_multitoc_numbering",
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon",
|
||||
]
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
||||
html_theme = "sphinx_book_theme"
|
||||
|
||||
Reference in New Issue
Block a user