-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (40 loc) · 1.03 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
site_name: Poetry cookiecutter
repo_name: poetry_cookiecutter
copyright: Copyright © 2021 - 2022 Quentin Blampey
theme:
name: material
logo: assets/logo_white.png
favicon: assets/favicon.png
nav:
- Home: index.md
- Getting started: getting_started.md
- Features:
- Poetry usage: features/poetry.md
- Documentation: features/doc.md
- Formatting: features/black.md
- Testing: features/test.md
- Deploy on PyPI: features/pypi.md
- Good practices: good_practices.md
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: 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