-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
59 lines (56 loc) · 1.38 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
site_name: attractors
site_url: https://attractors.vdesmond.com/
site_description: A package for simulation and visualization of strange attractors.
site_author: "vdesmond"
repo_url: https://github.com/vdesmond/attractors
repo_name: vdesmond/attractors
watch: [mkdocs.yml, README.md, CHANGELOG.md, examples]
copyright: Copyright © 2025 vdesmond
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.ico
font:
text: Sora
palette:
scheme: slate
primary: custom
accent: custom
features:
- navigation.instant
extra_css:
- stylesheets/extra.css
# markdown_extensions:
markdown_extensions:
- attr_list
- admonition
- footnotes
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: "¤"
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.blocks.caption:
prepend: false
auto: true
# plugins:
plugins:
- search
- literate-nav:
nav_file: nav.md
implicit_index: false
- mkdocstrings:
handlers:
python:
options:
show_source: true
show_type_annotations: true
members_order: source
docstring_style: google
show_root_toc_entry: true
show_object_full_path: true
show_docstring_examples: true
show_symbol_type_toc: true
show_symbol_type_heading: true