Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02a72b1

Browse files
committed
pip install mkdocs-material specifictly
1 parent b97a73c commit 02a72b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ BASEDIR=$(CURDIR)
22
DOCDIR=$(BASEDIR)/docs
33

44
install:
5-
pip install mkdocs mkdocs-material mkdocs-bootswatch
5+
pip install mkdocs==0.16.3
6+
pip install mkdocs-material==1.12.2
67

78
link:
89
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md

0 commit comments

Comments
 (0)