forked from PhilippVerpoort/posted
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
56 lines (56 loc) · 1.25 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
50
51
52
53
54
55
56
copyright: <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0 2024</a>
— P.C. Verpoort
extra:
version:
provider: mike
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: yes
- pymdownx.snippets:
base_path: docs
- pymdownx.arithmatex:
generic: yes
nav:
- Home: index.md
- Installation: installation.md
- Methodology: methodology.md
- Tutorials:
- Python: tutorials/python/overview.py
plugins:
- mkdocs-jupyter:
execute: true
include_requirejs: true
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
repo_name: POSTED
repo_url: https://github.com/PhilippVerpoort/posted/
site_name: POSTED Documentation
site_url: https://posted.verpoort.online/
theme:
features:
- content.tabs.link
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.indexes
- toc.integrate
icon:
repo: fontawesome/brands/github
name: material
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode