From 02a72b1ffbb0fac591d94b833da923daff1a6f2b Mon Sep 17 00:00:00 2001 From: Vinta Date: Thu, 23 Nov 2017 01:51:46 +0800 Subject: [PATCH] pip install mkdocs-material specifictly --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28fc9a7..10eb1c3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ BASEDIR=$(CURDIR) DOCDIR=$(BASEDIR)/docs install: - pip install mkdocs mkdocs-material mkdocs-bootswatch + pip install mkdocs==0.16.3 + pip install mkdocs-material==1.12.2 link: ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md