forked from hlorus/CAD_Sketcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (38 loc) · 851 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
42
site_name: CAD Sketcher
theme:
name: material
nav:
- index.md
- installation.md
- getting_started.md
- user_interface.md
- tools.md
- entities.md
- constraints.md
- solver.md
- integration.md
- interaction_system.md
- advanced.md
- code_docs.md
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
selection:
members: false
rendering:
show_source: false
show_root_heading: true
show_bases: false
show_root_full_path: false
show_if_no_docstring: true
show_signature_annotations: false
markdown_extensions:
- lightgallery
- attr_list
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true