-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
47 lines (42 loc) · 1.04 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
site_name: rigour
repo_url: https://github.com/opensanctions/rigour
theme:
name: material
logo: https://assets.opensanctions.org/images/ura/logo_white.png
favicon: https://assets.opensanctions.org/images/favicon-32x32.png
palette:
primary: custom
accent: custom
extra_css: [stylesheets/extra.css]
extra:
social:
- icon: material/slack
link: https://www.opensanctions.org/slack/
- icon: material/github
link: https://github.com/opensanctions/rigour
plugins:
- autorefs
# - social
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_object_full_path: false
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Overview: index.md
- Names: names.md
- Identifiers: ids.md
- Languages: langs.md
- MIME types: mime.md
- Addresses: addresses.md