Skip to content

Commit 81d7ae5

Browse files
HFooladiclaude
andcommitted
fix: update mkdocstrings config for newer version
Replace deprecated setup_commands with paths option. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 57bb935 commit 81d7ae5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mkdocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,9 @@ plugins:
7474
- mkdocstrings:
7575
handlers:
7676
python:
77-
setup_commands:
78-
- import sys
79-
- sys.path.append("docs")
80-
- sys.path.append("molax")
77+
paths: [.]
8178
options:
82-
show_root_heading: yes
79+
show_root_heading: true
8380
heading_level: 3
8481
show_source: false
8582
group_by_category: true

0 commit comments

Comments
 (0)