Skip to content

Commit 2d46987

Browse files
committed
fix(template-generate_reference.py): fix variable name
1 parent b279d45 commit 2d46987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/docs/generate_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import mkdocs_gen_files
66

7-
src_root = Path("../{{project_slug}}")
7+
src_root = Path("../{{ cookiecutter.project_slug }}")
88
for path in src_root.glob("**/*.py"):
99
doc_path = Path("reference", path.relative_to(src_root)).with_suffix(".md")
1010

0 commit comments

Comments
 (0)