15 lines
314 B
YAML
15 lines
314 B
YAML
site_name: Doc Testing
|
|
site_url: http://localhost
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.code.copy
|
|
markdown_extensions:
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
line_spans: __span
|
|
pygments_lang_class: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
|