mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
25 lines
636 B
YAML
25 lines
636 B
YAML
site_name: MIPLearn
|
|
theme: cinder
|
|
copyright: "Copyright © 2020, UChicago Argonne, LLC. All Rights Reserved."
|
|
repo_url: https://github.com/ANL-CEEESA/MIPLearn
|
|
edit_uri: edit/master/docs-src/
|
|
nav:
|
|
- Home: index.md
|
|
- Usage: usage.md
|
|
- Benchmark: benchmark.md
|
|
- Problems: problems.md
|
|
- Customization: customization.md
|
|
- About: about.md
|
|
plugins:
|
|
- search
|
|
markdown_extensions:
|
|
- admonition
|
|
- mdx_math
|
|
extra_javascript:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
|
|
- js/mathjax.js
|
|
docs_dir: src/docs
|
|
site_dir: docs
|
|
extra_css:
|
|
- "css/custom.css"
|