mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
pip install mkdocs-material specifictly
This commit is contained in:
parent
b97a73c90e
commit
02a72b1ffb
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue