forked from pygsuite/pygsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (37 loc) · 823 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: Pygsuite Documentation
repo_url: https://github.com/greenmtnboy/pygsuite
repo_name: pygsuite
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_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
selection:
docstring_style: google
show_if_no_docstring: true
rendering:
show_submodules: no
watch:
- pygsuite