-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (64 loc) · 1.63 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
61
62
63
64
site_name: ZstdFortranLib
site_description: "Documentation for ZstdFortranLib, Zaak's standard Fortran library"
site_author: "Izaak Beekman"
docs_dir: docs
copyright: "Copyright © 2019 Izaak Beekman"
repo_url: https://github.com/zbeekman/ZstdFortranLib
theme:
name: readthedocs
custom_dir: docs/custom
hljs_languages:
- yaml
- c
- bash
- shell
- markdown
- fortran
- cmake
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js'
- js/strictkatex.js
extra_css:
- 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css'
plugins:
- exclude:
glob:
- docs/README.md
- ./README.md
- git-revision-date
- htmlproofer
- minify:
minify_html: True
minify_js: True
- redirects:
redirect_maps:
'User-API-Documentation.md': https://izaakbeekman.com/ZstdFortranLib/user/
'Developer-API-Documentation.md': https://izaakbeekman.com/ZstdFortranLib/developer/
- search
markdown_extensions:
- markdown.extensions.toc:
permalink: True
toc_depth: 3
- markdown.extensions.abbr
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.sane_lists
- pymdownx.arithmatex:
generic: True
- pymdownx.caret:
insert: False
- pymdownx.details
- pymdownx.emoji:
alt: "short"
- pymdownx.keys:
camel_case: True
- pymdownx.magiclink:
repo_url_shortener: True
repo_url_shorthand: True
provider: "github"
user: "zbeekman"
repo: "ZstdFortranLib"
- pymdownx.tasklist
- pymdownx.tilde:
subscript: False