-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (37 loc) · 1 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
# ===== mkdocs.yml =====
# Configuration file for the automatic generation of package
# documentation formatted with markdown.
# ===== Setup and Themes =====
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
site_name: sibylla - gradient descent image reconstruction
repo_url: https://github.com/benjaminpope/sibylla
theme:
name: material
icon:
logo: material/telescope
# ===== Plugins =====
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
docstring_style: "numpy"
setup_commands:
- import sys
- sys.path.append("dLux")
rendering:
show_source: false
show_if_no_docstring: yes
custom_templates: templates
# ===== Navigation =====
nav:
- Home: index.md