-
Notifications
You must be signed in to change notification settings - Fork 46
/
mkdocs.yml
43 lines (35 loc) · 888 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
site_name: MatBench
site_description: A benchmark and leaderboard for predicting materials properties
copyright: Materials Project (Maintained by Alex Dunn of HackingMaterials Group)
docs_dir: docs_src
site_dir: docs
theme:
name: material
palette:
scheme: slate
primary: blue
accent: green
logo: static/matbench_logo.png
favicon: static/matbench_logo_favicon.png
hide:
- navigation
- toc
features:
- navigation.tabs
- navigation.tabs.sticky
font:
text: Helvetica
code: Monaco
plugins:
- search
- mkdocstrings
markdown_extensions:
- meta
- pymdownx.highlight
- pymdownx.superfences
repo_url: https://github.com/hackingmaterials/matbench
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/aesthetic_fixes.css