-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
57 lines (47 loc) · 1.25 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
site_name: Pydoxtools
site_url: https://xyntopia.github.io/pydoxtools
repo_url: https://www.github.com/xyntopia/pydoxtools
nav:
- Introduction: index.md
- Readme: readme_cp.md
- Examples: examples.md
- Reference:
- Document: document.md
- DocumentBag: documentbag.md
- Other Classes: reference.md
theme:
name: material
palette:
primary: custom
#logo: assets/logo.png
#favicon: images/favicon.png # not sure if we need this
watch:
- pydoxtools
- docs
markdown_extensions:
- admonition
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
docstring_style: google
paths: [ pydoxtools ] # search packages in the src folder
extra:
readme: ./README.md
analytics:
provider: google
property: G-27JXS58V30
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- css/mkdocstrings.css
- stylesheets/extra.css