-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
47 lines (41 loc) · 899 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
42
43
44
45
46
47
site_name: Python OGS
theme:
name: material
palette:
scheme: slate
features:
- content.action.edit
- content.code.copy
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.top
extra:
version:
provider: mike
repo_url: https://gitlab.com/dakota.marshall/ogs-python
repo_name: dakota.marshall/ogs-python
edit_uri: edit/main/docs/
plugins:
- mkdocstrings
- search
- git-authors
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Usage: usage.md
- Documentation: api.md
- API Checklist: checklist.md
- Changelog: changelog.md