-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (83 loc) · 2.19 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (83 loc) · 2.19 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: src_method
repo_url: https://github.com/Algorithmiq/src-method
watch:
- src/src_method
nav:
- Home: index.md
- 'Developer Guide':
- 'Versioning Scheme': developer-guide/versioning.md
- 'Managing Dependencies': developer-guide/dependencies.md
- 'Writing Tests': developer-guide/testing.md
- Code Reference: reference/
plugins:
- search
- mkdocs-jupyter:
include: ["docs/tutorials/*.ipynb"]
execute: true
allow_errors: false
include_requirejs: true
include_source: true
remove_tag_config:
remove_input_tags:
- remove_cell
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_section_style: spacy
show_submodules: false
heading_level: 3
merge_init_into_class: true
show_category_heading: true
separate_signature: true
show_signature_annotations: true
inherited_members: true
import:
- https://qiskit.org/documentation/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://docs.python.org/3/objects.inv
- https://docs.scipy.org/doc/scipy/reference/objects.inv
theme:
name: material
font:
text: Open Sans
palette:
# Palette toggle for light mode
- scheme: algorithmiq
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
logo: assets/algo_symbol.png
favicon: assets/algo_symbol.png
extra_css:
- stylesheets/extra.css
- stylesheets/code_select.css
markdown_extensions:
- smarty
- def_list
- admonition
- pymdownx.details
- toc:
permalink: "#"
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences
- pymdownx.magiclink
- footnotes
extra_javascript:
- javascripts/config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js