Skip to content

Commit

Permalink
fix: Fix symbol type in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jun 4, 2023
1 parent 1f303c8 commit cc6eb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/scripts/gen_ref_nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import mkdocs_gen_files

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

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

0 comments on commit cc6eb69

Please sign in to comment.