-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
40 lines (37 loc) · 960 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
site_name: subprocess-tee
site_url: https://subprocess-tee.readthedocs.io/
repo_url: https://github.com/pycontribs/subprocess-tee
theme:
name: "material"
features:
- content.code.copy
- content.action.edit
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/squidfunk
nav:
- home: index.md
- github: https://github.com/pycontribs/subprocess-tee
plugins:
- search
- social
- mkdocstrings
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: facelessuser
repo: pymdown-extensions
normalize_issue_symbols: true
- markdown_include.include:
base_path: docs