-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
30 lines (30 loc) · 925 Bytes
/
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
site_name: extra-model Documentation
repo_url: https://github.com/wayfair-incubator/extra-model
repo_name: wayfair-incubator/extra-model
edit_uri: edit/main/docs/
docs_dir: docs
nav:
- Overview: index.md
- Running Extra: running_extra.md
- Workflow: workflow.md
- Examples: examples/examples.md
- Using a Custom Base Class: custom_base_class.md
- Blog: blog.md
- RAM Requirements: ram_requirements.md
# - Reference: reference.md
- Contributing:
- Developer's Guide: contributing/developer_guide.md
- Documentation: contributing/documentation.md
- Publish a Release: contributing/publish_release.md
theme: material
plugins:
- mkdocstrings:
handlers:
python:
selection:
docstring_style: "sphinx"
rendering:
heading_level: 3
show_root_heading: True
show_source: False
show_root_full_path: False