-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (24 loc) · 745 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (24 loc) · 745 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
theme:
name: material
site_name: multicollections
site_description: Documentation for the multicollections package
site_author: Gabriel S. Gerlero
site_url: https://multicollections.readthedocs.io/
repo_url: https://github.com/gerlero/multicollections
repo_name: gerlero/multicollections
strict: true
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_signature_annotations: true
show_symbol_type_toc: true
inherited_members: true
nav:
- Home: 'index.md'
- API Reference:
- MultiDict: 'api/multicollections.md'
- Abstract Base Classes: 'api/abc.md'