Install correct version of mkdocs

This commit is contained in:
Jonas Dellinger 2017-10-27 17:34:51 +02:00
parent 5a4b756d9c
commit 1efcb8db90

View File

@ -1,7 +1,7 @@
if "%APPVEYOR_PULL_REQUEST_NUMBER%" == "" (
if "%APPVEYOR_REPO_BRANCH%" == "master" (
echo Building docs...
pip install mkdocs
pip install 'mkdocs<=0.16.3'
cd ./SpotifyAPI.Docs
mkdocs build --clean