We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cd0c6 commit c336520Copy full SHA for c336520
docs/requirements.txt
@@ -1,2 +1,3 @@
1
mkdocstrings
2
mkdocstrings-python
3
+mkdocs-material
mkdocs.yml
@@ -8,7 +8,9 @@ repo_url: https://github.com/CrackingShells/Hatchling
8
docs_dir: docs
9
10
theme:
11
- name: mkdocs
+ name: material
12
+ features:
13
+ - content.code.copy
14
15
nav:
16
- Home: index.md
0 commit comments