8000 chore: Template upgrade · AntoineD/mkdocstrings-python@1fc513a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fc513a

Browse files
committed
chore: Template upgrade
1 parent 3bf78dd commit 1fc513a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 0.15.8
2+
_commit: 0.15.9
33
_src_path: gh:pawamoy/copier-pdm
44
author_email: pawamoy@pm.me
55
author_fullname: Timothée Mazzucotelli

scripts/gen_ref_nav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import mkdocs_gen_files
66

77
nav = mkdocs_gen_files.Nav()
8-
mod_symbol = '<code class="doc-symbol doc-symbol-nav doc-symbol-mod">mod</code>'
8+
mod_symbol = '<code class="doc-symbol doc-symbol-nav doc-symbol-module">mod</code>'
99

1010
for path in sorted(Path("src").rglob("*.py")):
1111
module_path = path.relative_to("src").with_suffix("")

0 commit comments

Comments
 (0)
0