-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmkdocs.yml
41 lines (41 loc) · 894 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
38
39
40
41
site_name: Gᵢ2Pᵢ Documentation
theme:
name: material
favicon: favicon-32x32.png
custom_dir: docs/overrides
palette:
primary: white
features:
- content.code.copy
- content.code.select
- announce.dismiss
- navigation.footer
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [g2p]
extra:
homepage: https://roedoejet.github.io/g2p/
version:
provider: mike
default: stable
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- mkdocs-click
- toc:
permalink: true
nav:
- Home: index.md
- Installation: installation.md
- Guides:
- Getting started: start.md
- How to contribute: contributing.md
- Using the g2p studio: studio.md
- Migrating from g2p 1.x: migration-2.md
- Reference:
- Package: package.md
- Command Line: cli.md