Skip to content

Commit 75be1e4

Browse files
committed
Fix DEPRECATION: mkdocstrings' watch feature is deprecated in favor of MkDocs' watch feature
1 parent bf3fdf9 commit 75be1e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ nav:
2424

2525
plugins:
2626
- search
27-
- mkdocstrings:
28-
watch:
29-
- src/humanize
3027
- include-markdown
3128

3229
markdown_extensions:
@@ -37,3 +34,6 @@ markdown_extensions:
3734

3835
extra_css:
3936
- css/code_select.css
37+
38+
watch:
39+
- src/humanize

0 commit comments

Comments
 (0)