Skip to content

Commit 2162a91

Browse files
committed
docs: Use shell handler by default
1 parent f50248a commit 2162a91

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/reference/api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ hide:
55
---
66

77
# ::: mkdocstrings_handlers.shell
8+
handler: python

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ plugins:
126126
- section-index
127127
- coverage
128128
- mkdocstrings:
129+
default_handler: shell
129130
handlers:
130131
python:
131132
inventories:

0 commit comments

Comments
 (0)