-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
71 lines (65 loc) · 1.64 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
65
66
67
68
69
70
71
site_name: Pytrans Documentation
site_url: https://pytrans.readthedocs.io
repo_url: https://github.com/tiqi-group/pytrans
edit_uri: blob/docs/docs
repo_name: pytrans
nav:
- Home: index.md
- How-to:
- Build a trap model:
- howto/build_trap_model_comsol.md
# - Features:
# - Metadata: features/metadata.md
# - Decorators: features/decorators.md
- API Reference:
- api/objectives.md
theme:
# logo: img/atom.svg
# favicon: img/atom.svg
name: readthedocs
features:
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.expand
- navigation.sections
- search.highlight
- search.suggest
# palette:
# - scheme: default
icon:
repo: fontawesome/brands/gitlab
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- js/mathjax.js
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
extra_css:
- css/custom.css
plugins:
- search
- include-markdown
- mkdocstrings:
watch:
- pytrans
default_handler: python
handlers:
python:
paths: [pytrans] # search packages in the src folder
# - gen-files:
# scripts:
# - docs/scripts/gen_metadata_docs.py # or any other name or path