diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 15cb100..cf2333e 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,6 +2,18 @@ site_name: SOPRANO nav: - Home: index.md - Installation: installation.md - theme: - name: material \ No newline at end of file + name: material + features: + - content.code.copy +markdown_extensions: + - def_list + - pymdownx.tasklist: + custom_checkbox: true + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences \ No newline at end of file