-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
117 lines (106 loc) · 3.49 KB
/
mkdocs.yaml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
site_name: PEC Documentation
theme:
language: en
name: material
palette:
- scheme: default
primary: indygo
accent: indygo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.action.edit
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.code.copy
icon:
repo: fontawesome/brands/github
use_directory_urls: false
repo_url: https://github.com/UniversityOfGdanskTeamPython/epseon_backend
repo_name: UniversityOfGdanskTeamPython/epseon_backend
edit_uri: edit/main/docs/
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- md_in_html
- toc:
permalink: true
permalink_title: Anchor link to this section for reference
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
plugins:
- search:
lang: en
# https://squidfunk.github.io/mkdocs-material/setup/building-for-offline-usage/
- offline
# https://mkdocs-macros-plugin.readthedocs.io/en/latest/
- macros:
include_dir: .
# https://mkdocstrings.github.io/
- mkdocstrings:
handlers:
# https://mkdocstrings.github.io/python/
python:
# https://mkdocstrings.github.io/python/usage/configuration/docstrings/
options:
# https://mkdocstrings.github.io/python/usage/configuration/general/
show_bases: true
docstring_style: numpy
show_root_toc_entry: true
show_root_full_path: false
show_root_members_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
members: true
members_order: source
filters:
- "!^_"
- "^__"
show_signature: true
separate_signature: true
show_signature_annotations: true
heading_level: 2
show_root_heading: true
group_by_category: true
# https://oprypin.github.io/mkdocs-gen-files/
- gen-files:
scripts:
- docs/generate_reference_pages.py
# https://pypi.org/project/mkdocs-literate-nav/
- literate-nav:
nav_file: SUMMARY.md
extra_css:
- css/mkdocstrings.css
- css/extra.css
extra_javascript:
- js/extra.js
extra:
version:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/
provider: mike