We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1211c commit 6d46488Copy full SHA for 6d46488
1 file changed
scripts/gen_ref_nav.py
@@ -3,11 +3,12 @@
3
from pathlib import Path
4
5
import mkdocs_gen_files
6
+from mkdocs_gen_files.nav import Nav
7
8
IGNORE_MODULES_EXACT = {}
9
IGNORE_MODULES_STARTSWITH = {}
10
-nav = mkdocs_gen_files.Nav()
11
+nav = Nav()
12
mod_symbol = '<code class="doc-symbol doc-symbol-nav doc-symbol-module"></code>'
13
14
src = Path(__file__).parent.parent / "src"
0 commit comments