From 1efcb8db90373cc916d5fe14e25d459ea5fdabe7 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Fri, 27 Oct 2017 17:34:51 +0200 Subject: [PATCH] Install correct version of mkdocs --- SpotifyAPI.Docs/docs.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Docs/docs.cmd b/SpotifyAPI.Docs/docs.cmd index d3716339..b0dfddca 100644 --- a/SpotifyAPI.Docs/docs.cmd +++ b/SpotifyAPI.Docs/docs.cmd @@ -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