From db68dd3bc150757cda2c3a29d3555422024935e8 Mon Sep 17 00:00:00 2001 From: Csaba Palfi Date: Mon, 9 Jan 2017 14:12:11 +0000 Subject: [PATCH] Fix docs build and add missing benchmarks page (#1017) * fix mkdocs theme dependency - mkdocs/mkdocs#201 * add missing benchmarks page --- .travis.yml | 4 +--- mkdocs.yml | 1 + requirements.txt | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b0e824e1..184a29c56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ install: - sudo service docker start - sleep 5 - docker version -- pip install --user mkdocs -- pip install --user pymdown-extensions -- pip install --user mkdocs-bootswatch +- pip install --user -r requirements.txt before_script: - make validate - make binary diff --git a/mkdocs.yml b/mkdocs.yml index 3aaf0284c..c48b9dd0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,3 +53,4 @@ pages: - 'Kubernetes': 'user-guide/kubernetes.md' - 'Key-value store configuration': 'user-guide/kv-config.md' - 'Clustering/HA': 'user-guide/cluster.md' + - Benchmarks: benchmarks.md diff --git a/requirements.txt b/requirements.txt index 218d60f63..fbdd276ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ -mkdocs>=0.9.0 +mkdocs>=0.16.1 +pymdown-extensions>=1.4 +mkdocs-bootswatch>=0.4.0