Skip to content

Commit d6c2a01

Browse files
committed
Remove unused custom_templates option from mkdocstrings
We don't use the option and the new version of `mkdocstrings` raises an error if the directory doesn't exist. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8769c32 commit d6c2a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ plugins:
100100
alias_type: redirect
101101
canonical_version: latest
102102
- mkdocstrings:
103-
custom_templates: templates
104103
default_handler: python
105104
handlers:
106105
python:

0 commit comments

Comments
 (0)