Skip to content

Commit a66bfae

Browse files
committed
fix: remove mkdocstrings plugin to resolve compatibility issue
1 parent 8e28f3f commit a66bfae

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

mkdocs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,8 @@ theme:
3939
repo: fontawesome/brands/github
4040

4141
plugins:
42-
- search
43-
- mkdocstrings:
44-
handlers:
45-
python:
46-
paths: [src]
47-
options:
48-
docstring_style: google
49-
show_source: true
42+
- search:
43+
lang: en
5044

5145
markdown_extensions:
5246
- pymdownx.highlight:

0 commit comments

Comments
 (0)