-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
75 lines (67 loc) · 2.08 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
72
73
74
75
site_name: microsim
site_url: https://tlambert03.github.io/microsim
site_description: Pure python extensions of the C++ micro-manager core
# strict: true
repo_name: tlambert03/microsim
repo_url: https://github.com/tlambert03/microsim
edit_uri: edit/main/docs/
watch:
- src/microsim
theme:
name: material
icon:
logo: fontawesome/solid/microscope
repo: fontawesome/brands/github
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- navigation.footer # next/previous links in footer
markdown_extensions:
- tables
- pymdownx.snippets # lets you include code snippets from other files
- toc:
permalink: "#"
- admonition
- pymdownx.highlight
- pymdownx.extra
- pymdownx.details
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
# mkdocs.yml
plugins:
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pymmcore-plus.github.io/useq-schema/objects.inv
options:
extensions:
- griffe_fieldz
show_root_heading: true # default is false
heading_level: 2 # default is 1
docstring_style: "numpy"
show_source: false # default is true
- mkdocs-jupyter:
remove_tag_config:
# https://nbconvert.readthedocs.io/en/latest/removing_cells.html
remove_all_outputs_tags: [remove_output]
remove_input_tags: [remove_input]
remove_cell_tags: [remove_cell]
# execute: true
include_requirejs: true
custom_mathjax_url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js