Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Fix docs build and add missing benchmarks page (traefik#1017)
Browse files Browse the repository at this point in the history
* fix mkdocs theme dependency - mkdocs/mkdocs#201

* add missing benchmarks page
  • Loading branch information
csabapalfi authored and vdemeester committed Jan 9, 2017
1 parent 85b9c19 commit db68dd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
mkdocs>=0.9.0
mkdocs>=0.16.1
pymdown-extensions>=1.4
mkdocs-bootswatch>=0.4.0

0 comments on commit db68dd3

Please sign in to comment.