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 0d5bb7d commit 12b71efCopy full SHA for 12b71ef
mkdocs.yml
@@ -29,7 +29,7 @@ nav:
29
- devs/maintainers.md
30
31
watch:
32
- - stagpy
+ - src/
33
34
plugins:
35
- search
scripts/gen_ref_pages.py
@@ -7,7 +7,7 @@
7
nav = mkdocs_gen_files.Nav()
8
9
root = Path(__file__).parent.parent
10
-src = root
+src = root / "src"
11
12
for path in sorted((src / "stagpy").rglob("*.py")):
13
module_path = path.relative_to(src).with_suffix("")
0 commit comments