-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
53 lines (47 loc) · 1.33 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
46
47
48
49
50
51
52
53
site_name: Stormtrooper
site_description: 'Zero and few-shot classification with transformer models.'
repo_url: https://github.com/centre-for-humanities-computing/stormtrooper
nav:
- Getting Started: index.md
- Models: models.md
theme:
name: material
logo: "https://raw.githubusercontent.com/centre-for-humanities-computing/stormtrooper/main/assets/logo.svg"
navigation_depth: 4
palette:
primary: white
features:
- toc.integrate
- navigation.path
- navigation.indexes
- toc.follow
- content.code.copy
plugins:
- mkdocstrings:
handlers:
python:
options:
annotations_path: brief
show_root_heading: true
show_root_toc_entry: false
show_symbol_type_heading: true
docstring_style: numpy
heading_level: 3
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- attr_list
- md_in_html
- admonition
- toc:
toc_depth: 2
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
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