Skip to content

Commit

Permalink
Set PDOC_ALLOW_EXEC=1 as an environment variable to allow subprocess …
Browse files Browse the repository at this point in the history
…execution for docs generation in Makefile
  • Loading branch information
p0dalirius committed Oct 4, 2023
1 parent 1fdb00e commit 112f89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:
docs:
@python3 -m pip install pdoc --break-system-packages
@echo "[$(shell date)] Generating docs ..."
@python3 -m pdoc -d markdown -o ./documentation/ ./coercer/
@PDOC_ALLOW_EXEC=1 python3 -m pdoc -d markdown -o ./documentation/ ./coercer/
@echo "[$(shell date)] Done!"

install: build
Expand Down

0 comments on commit 112f89a

Please sign in to comment.