forked from spectrapepper/spectrapepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (40 loc) · 1.11 KB
/
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
48
49
site_name: spectrapepper
site_url: https://spectrapepper.github.io/spectrapepper
repo_url: https://github.com/spectrapepper/spectrapepper
# theme produces error. It is because custom_dir:"docs/overrides" is not on the library. Docs work properly.
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
# - navigation.expand
# - navigation.tabs
custom_dir: "docs"
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
# execute: True
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# google_analytics:
# - UA-XXXXXXXXX-X
# - auto
nav:
- Home: docs/index.rst
- Installation: docs/quickstart.rst
- Contributing: docs/contributions.rst
- Report Issues: https://github.com/spectrapepper/spectrapepper/issues
- API Reference:
- spectrapepper module: docs/functions.rst