Skip to content

Commit 605643c

Browse files
committed
Fix PYTHONPATH in generate-api-docs
Signed-off-by: Nikola Forró <[email protected]>
1 parent 58fa4a9 commit 605643c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ check-in-container:
2525
$(TEST_IMAGE) make check
2626

2727
generate-api-docs:
28-
PYTHONPATH=$(CURDIR)/docs/api pydoc-markdown --verbose docs/api/specfile.yml
28+
PYTHONPATH=$(CURDIR):$(CURDIR)/docs/api pydoc-markdown --verbose docs/api/specfile.yml

0 commit comments

Comments
 (0)