Skip to content

Commit 081c0c7

Browse files
authored
add hooks entry in mkdocs.yml
1 parent b2a8d80 commit 081c0c7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ edit_uri: blob/main/docs/
99
extra_css:
1010
- assets/css/extra.css
1111

12+
hooks:
13+
- docs_overrides/hooks/year.py
14+
1215
theme:
1316
language: en
1417
name: material
@@ -111,4 +114,4 @@ copyright: Copyright &copy; 2023 <a href="https://twitter.com/tr1ana" target="bl
111114
markdown_extensions:
112115
- admonition
113116
- pymdownx.details
114-
- pymdownx.superfences
117+
- pymdownx.superfences

0 commit comments

Comments
 (0)