-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (39 loc) · 888 Bytes
/
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
site_name: MSA
docs_dir: 'docs/src'
nav:
- Home: 'index.md'
- User Manual: 'usermanual.md'
- API Reference: 'api.md'
theme:
name: readthedocs
nav_style: dark
locale: en
highlightjs: true
hljs_languages:
- python
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
use_pygments: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
plugins:
- search: {}
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: numpy
watch:
- docs/src
- msa
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