-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
40 lines (38 loc) · 919 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
site_name: Lifefit
site_url: https://rna-fretools.github.io/lifefit
theme:
name: material
features:
- navigation.tabs
- navigation.instant
- navigation.indexes
icon:
logo: material/dna
favicon: images/lifefit_logo.png
nav:
- Home: index.md
- Tutorial: tutorial.ipynb
- API: api.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_signature_annotations: true
separate_signature: true
repo_url: https://github.com/RNA-FRETools/lifefit
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css