forked from aio-libs-abandoned/aioredis-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (64 loc) · 1.29 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
55
56
57
58
59
60
61
62
63
64
site_name: aioredis
site_author: Sean D Stewart
copyright: "Copyright © 2020 - 2021 Sean Stewart"
site_url: http://aioredis.readthedocs.io/
repo_url: https://github.com/aio-libs/aioredis
repo_name: aio-libs/aioredis
theme:
name: "material"
nav:
- index.md
- getting-started.md
- examples.md
- migration.md
- devel.md
- 'API Reference':
- api/high-level.md
- api/low-level.md
- changelog.md
- license.md
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("aioredis")
selection:
docstring_style: restructured-text
new_path_syntax: yes
- autorefs
markdown_extensions:
- toc:
permalink: true
- abbr
- smarty
- admonition
- footnotes
- codehilite
- pymdownx.arithmatex
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink:
repo_url_shorthand: true
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets:
check_paths: true
base_path: docs
extra:
social:
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/aio-libs/aioredis"
extra_css:
- static/stylesheets/extra.css