Skip to content

Commit c336520

Browse files
authored
docs: Update MkDocs configuration to use Material theme (#69)
1 parent 09cd0c6 commit c336520

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mkdocstrings
22
mkdocstrings-python
3+
mkdocs-material

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ repo_url: https://github.com/CrackingShells/Hatchling
88
docs_dir: docs
99

1010
theme:
11-
name: mkdocs
11+
name: material
12+
features:
13+
- content.code.copy
1214

1315
nav:
1416
- Home: index.md

0 commit comments

Comments
 (0)