From 1476eba60a019675ff2964ffcf7cda06585e3898 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic <ludovic@containo.us> Date: Mon, 6 Aug 2018 17:07:32 +0200 Subject: [PATCH] doc: fix version in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f162e1ab6..3c3863683 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mkdocs>=0.16.1,<0.17.0 -pymdown-extensions>=1.4 -mkdocs-bootswatch>=0.4.0 +pymdown-extensions==1.4 +mkdocs-bootswatch==0.4.0 -- GitLab