forked from neurolib-dev/neurolib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
41 lines (35 loc) Β· 847 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
site_name: Neurolib
repo_name: 'neurolib-dev/neurolib'
repo_url: https://github.com/neurolib-dev/neurolib
theme:
name: "material"
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/neurolib-dev
name: neurolib on Twitter
plugins:
- search
- mkdocstrings:
handlers:
python:
selection:
docstring_style: sphinx
- mknotebooks:
binder: true
binder_service_name: "gh"
binder_branch: "master"
markdown_extensions:
- codehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
extra_javascript:
- js/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
google_analytics:
- UA-189722517-1
- auto