-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (45 loc) · 1.08 KB
/
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
44
45
site_name: QDGlue
site_author: QD Glue Team
copyright: "Copyright © 2023 QD Glue Team"
site_url: https://quality-diversity.github.io # TODO(btjanaka)
repo_url: https://github.com/qdglue/QDGlue
repo_name: qdglue/qdglue
nav:
- Home: index.md
- Contributing: contributing.md
- API Reference: reference/
plugins:
- search
- mkdocstrings:
watch:
- qdglue
handlers:
python:
rendering:
show_object_full_path: True
show_root_toc_entry: False
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
theme:
name: material
# palette:
# accent: blue
icon:
logo: material/account-cowboy-hat # yeehaw
# TODO(btjanaka)
# favicon: img/favicon.svg
extra_css:
- css/custom.css
- css/mkdocstrings.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js