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 b279d45 commit 2d46987Copy full SHA for 2d46987
{{cookiecutter.project_slug}}/docs/generate_reference.py
@@ -4,7 +4,7 @@
4
5
import mkdocs_gen_files
6
7
-src_root = Path("../{{project_slug}}")
+src_root = Path("../{{ cookiecutter.project_slug }}")
8
for path in src_root.glob("**/*.py"):
9
doc_path = Path("reference", path.relative_to(src_root)).with_suffix(".md")
10
0 commit comments