-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
44 lines (37 loc) · 901 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
site_name: hydra-callbacks
repo_url: https://github.com/paquiteau/hydra-callbacks
edit_uri: ./edit/master/docs
nav:
- Hydra Callbacks: index.md
- List of Callbacks: api.md
- Extras: extras.md
# Style and Config #
theme:
name: material
palette:
scheme: slate
features:
- content.code.copy
# syntax coloration in code blocks
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# More colors
extra_css:
- css/mkdocstrings.css
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: numpy
show_source: false
docstring_section_style: list
show_symbol_type_heading: true
show_symbol_type_toc: true