diff --git a/docs/requirements.txt b/docs/requirements.txt index 4a30805..6aa1879 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,3 @@ mkdocstrings mkdocstrings-python +mkdocs-material diff --git a/mkdocs.yml b/mkdocs.yml index ed92d00..e400f59 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,9 @@ repo_url: https://github.com/CrackingShells/Hatchling docs_dir: docs theme: - name: mkdocs + name: material + features: + - content.code.copy nav: - Home: index.md