-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
47 lines (42 loc) · 1.1 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
site_name: sportgems
repo_url: https://github.com/fgebhart/sportgems/
repo_name: fgebhart/sportgems
edit_uri: edit/main/docs
site_author: Fabian Gebhart
site_description: Library to find valuable gems in your activities.
theme:
name: material
favicon: images/gem-stone_1f48e.png
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Getting Started: index.md
- Code Reference: code_reference.md
- Changelog: changelog.md
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
setup_commands:
- import sys, shutil
- sys.path.remove("")
- sys.path.insert(0, "docs")
- shutil.copyfile('sportgems/__init__.pyi', 'docs/sportgems/__init__.py')
selection:
docstring_style: "google"
rendering:
show_root_heading: true
show_source: false
heading_level: 3
markdown_extensions:
- toc:
permalink: "¤"