-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 781 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 781 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
30
31
32
33
34
site_name: Graphite Docs
site_url: https://mkh-user.github.io/graphite
repo_url: https://github.com/mkh-user/graphite
repo_name: GitHub
edit_uri: blob/main/docs
site_description: Online documentation for Graphite
site_author: Mahan Khalili
copyright: Copyright © 2026 Mahan Khalili
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- admonition
nav:
- Home: index.md
- Introduction:
- Quick Start: quickstart.md
- Developer Guides:
- Contributing Guide: CONTRIBUTING.md
- Development Setup: development-setup.md
theme:
name: readthedocs
prev_next_buttons_location: both
draft_docs: drafts/