-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (38 loc) · 906 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: synclane
theme:
name: material
# highlightjs: true
# hljs_languages:
# - python
custom_dir: docs/overrides
features:
- content.code.copy
extra:
analytics:
provider: google
property: G-1W4Y8DM3P7
repo_name: westandskif/synclane
repo_url: https://github.com/westandskif/synclane
site_url: https://synclane.readthedocs.io/en/latest/
use_directory_urls: true
nav:
- Welcome: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
markdown_extensions:
- toc:
permalink: true
- tables
- markdown_include.include:
base_path: docs
inheritHeadingDepth: true
- pymdownx.blocks.tab:
alternate_style: true
- pymdownx.blocks.admonition:
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.snippets:
base_path: .
dedent_subsections: true