-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1021 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
43
44
45
site_name: Fuzzpyxl
## Repository
repo_name: fuzzpyxl
repo_url: https://gitlab.avl.com/avld-methodology-and-tools/fuzzpyxl
edit_uri: "" #disables edit button
## Configuration
theme:
name: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.expand
palette:
primary: darkblue
accent: red
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: false
show_source: true
show_category_heading: true
selection:
filters:
- "!^_" # exclude all members starting with _
nav:
- Home: index.md
- Code Reference:
- Finder: finder-reference.md