generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
37 lines (37 loc) · 849 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
31
32
33
34
35
36
37
site_name: Pyterraformer Documentation
repo_url: https://github.com/wayfair-incubator/pyterraformer
repo_name: pyterraformer
docs_dir: docs
# the `nav` is created by literate-nav in SUMMARY.md
theme:
name: material
palette:
primary: cyan
accent: deep orange
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.tasklist
- admonition
- toc:
permalink: true
plugins:
- search
- section-index
- gen-files:
scripts:
- docs/generate_reference_files.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
selection:
docstring_style: google
show_if_no_docstring: true
rendering:
show_submodules: no
watch:
- pyterraformer