Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Sep 4, 2024
1 parent 10fdb75 commit 806c829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

for path in sorted(src.rglob("*.py")):
module_path = path.relative_to(src).with_suffix("")
doc_path = path.relative_to(src / "cookiecutter.package_slug").with_suffix(
doc_path = path.relative_to(src / "{{ cookiecutter.package_slug }}").with_suffix(
".md"
)
full_doc_path = Path("api", doc_path)
Expand Down

0 comments on commit 806c829

Please sign in to comment.