Skip to content

Commit 2286941

Browse files
committed
Update Makefile
1 parent 95cd46b commit 2286941

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ PACKAGE=fips
44

55
SOURCE=$(wildcard $(PACKAGE)/*.py)
66
LOGO="https://github.com/eudoxys/.github/blob/main/eudoxys_banner.png?raw=true"
7+
LINK="https://www.eudoxys.com/"
78

89
docs: $(SOURCE)
910
pip install --upgrade pdoc
10-
pdoc $(SOURCE) -o $@ --logo $(LOGO) --mermaid --logo-link https://www.eudoxys.com/
11+
pdoc $(SOURCE) -o $@ --logo $(LOGO) --mermaid --logo-link $(LINK)

0 commit comments

Comments
 (0)