-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (38 loc) · 844 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
site_name: BOH
site_url: https://stefanondisponibile.github.io/theboringlibrary/
repo_url: https://github.com/stefanondisponibile/theboringlibrary
theme:
name: material
logo: img/wb.png
favicon: img/wb.png
icon:
repo: fontawesome/brands/github
palette:
scheme: default
primary: red
features:
- content.code.annotate
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
extra_css:
- css/termynal.css
extra_javascript:
- js/termynal.js
- js/custom.js