-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
60 lines (56 loc) · 1.56 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
54
55
56
57
58
59
60
site_name: Fortitude
site_url: !ENV READTHEDOCS_CANONICAL_URL
site_description: An extremely fast Fortran linter, built on ruff and tree-sitter
repo_url: https://github.com/PlasmaFAIR/fortitude
repo_name: fortitude
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- navigation.instant
- navigation.instant.prefetch
- navigation.path
- navigation.top
- navigation.tracking
- toc.follow
- toc.integrate
# https://squidfunk.github.io/mkdocs-material/customization/
custom_dir: docs/overrides
icon:
logo: material/language-fortran
# Include extra CSS to make some style adjustments
extra_css:
- stylesheets/readthedocs.css
# Include extra JS to setup Read the Docs addons integrations
extra_javascript:
- javascript/readthedocs.js
markdown_extensions:
- admonition
- pymdownx.details
- toc:
anchorlink: true
anchorlink_class: "toclink"
- pymdownx.snippets:
- pymdownx.magiclink:
- attr_list:
- md_in_html:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- markdown.extensions.attr_list:
- pymdownx.keys:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Too many rules, don't include them in the left-hand nav bar
not_in_nav: |
/rules/*