-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 1.02 KB
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: pytest-xdist-load-testing
site_description: A pytest-xdist scheduler for continuous load testing with weighted test selection
site_author: Xavier Vergés
theme:
name: material
features:
- navigation.sections
- navigation.expand
- content.code.copy
repo_url: https://github.com/xverges/pytest-xdist-load-testing
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
members_order: source
group_by_category: true
show_signature_annotations: true
separate_signature: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
nav:
- Home: index.md
- API Reference: api/reference.md