-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
61 lines (61 loc) · 1.53 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
57
58
59
60
61
site_name: cirkit
site_url: https://example.com
repo_url: https://github.com/april-tools/cirkit
nav:
- Home: 'README.md'
- Notebooks: 'notebooks/README.md'
- API documentation: 'api/'
plugins:
- search
- autorefs
- gen-files:
scripts:
- scripts/generate_api_pages.py
- literate-nav:
nav_file: overview.md
- section-index
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pytorch.org/docs/stable/objects.inv
options:
docstring_style: google
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
show_if_no_docstring: true
theme:
name: "material"
palette:
primary: blue
accent: orange
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
- search.highlight
- search.suggest
- toc.follow
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "¤"