-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (31 loc) · 741 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (31 loc) · 741 Bytes
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
# mkdocs gh-deploy --no-history
site_name: pysimplesql
site_url: https://example.com/
theme:
name: "material"
logo: "assets/icon.svg"
favicon: "assets/icon.svg"
features:
- content.code.copy
nav:
- Home: index.md
markdown_extensions:
- admonition
- codehilite
- pymdownx.superfences
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
import:
- url: https://docs.python-requests.org/en/master/objects.inv
domains: [std, py]
options:
docstring_style: "google"
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
extensions:
- doc_scripts/griffe_extension.py:RegexUrl