-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
99 lines (92 loc) · 2.21 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
repo_name: lone17/docqa
repo_url: https://github.com/lone17/docqa
site_name: docqa Documentation
edit_uri: edit/main/docs/
nav:
- Overview:
- Overview: index.md
- Technical Report: report.md
# generated using gen-files + literate-nav
- API Reference: reference/
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
linenums: true
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.extra
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: true
title: Page contents
plugins:
- search
- gen-files:
scripts:
- docs/scripts/generate_reference_docs.py
- literate-nav:
nav_file: NAV.md
- mkdocstrings:
handlers:
python:
options:
docstring_options:
ignore_init_summary: false
filters:
- "!^_"
members_order: source
separate_signature: true
paths: [docqa]
- git-revision-date-localized:
enable_creation_date: true
type: timeago
fallback_to_build_date: true
- section-index
theme:
features:
- content.action.edit
- content.tabs.link
- content.code.annotate
- content.code.annotations
- content.code.copy
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.expand
- navigation.indexes
- toc.follow
- search.share
- search.highlight
- search.suggest
name: material
custom_dir: docs/theme
palette:
scheme: dracula
primary: deep purple
accent: deep purple
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
extra_css:
- extra/css/code_select.css
- assets/pymdownx-extras/extra-fb5a2a1c86.css
extra_javascript:
- assets/pymdownx-extras/extra-loader-MCFnu0Wd.js
validation:
absolute_links: warn
omitted_files: warn
unrecognized_links: warn