From 151567b3e54f2e4f1e1a4cb26cc31b5173cc2973 Mon Sep 17 00:00:00 2001 From: Kozo Nishida Date: Sun, 7 Sep 2025 06:37:36 +0900 Subject: [PATCH] chore: update documentation theme to Material and add mkdocs-material dependency --- docs/requirements.txt | 1 + mkdocs.yml | 2 +- 2 files changed, 2 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 5bf1162..a369be5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ repo_name: CrackingShells/Hatch docs_dir: docs theme: - name: readthedocs + name: material plugins: - search