From e04cce120168066c5f45d5cd7c68ead29a82302c Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 6 Jan 2018 10:39:00 -0800 Subject: [PATCH] Update mkdocs and material docs theme --- mkdocs.yml | 10 +++++----- requirements.txt | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 02591e0d..20e275a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,11 @@ site_name: Typhoon -theme: material -site_favicon: 'img/favicon.ico' -repo_name: 'poseidon/typhoon' -repo_url: 'https://github.com/poseidon/typhoon' -extra: +theme: + name: 'material' palette: primary: 'blue' accent: 'light blue' logo: 'img/spin.png' + favicon: 'img/favicon.ico' font: text: 'Roboto Slab' code: 'Roboto Mono' @@ -16,6 +14,8 @@ extra: link: 'https://github.com/poseidon' - type: 'twitter' link: 'https://twitter.com/typhoon8s' +repo_name: 'poseidon/typhoon' +repo_url: 'https://github.com/poseidon/typhoon' google_analytics: - 'UA-38995133-6' - 'auto' diff --git a/requirements.txt b/requirements.txt index 4b3554a1..7e64848a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -mkdocs==0.16.3 -mkdocs-material==1.8.0 +mkdocs==0.17.2 +mkdocs-material==2.2.6 pygments==2.2.0 pymdown-extensions==3.5 +six==1.10.0