From b97299095aa0ced554a5b6af8d1bf7a060e1a976 Mon Sep 17 00:00:00 2001 From: Kozo Nishida Date: Sun, 7 Sep 2025 06:54:05 +0900 Subject: [PATCH] docs: Update MkDocs configuration to use Material theme --- docs/requirements.txt | 1 + mkdocs.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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