From 3461cec7c72ba39e50d8638841d446f3c9e0c3ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 1 Jun 2020 09:02:45 +0200 Subject: [PATCH] tweaks --- .travis.yml | 1 - mkdocs.yml | 11 ++++++----- test-requirements.txt | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 008fce6..b6a4254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - '3.5' - '3.6' - '3.7' - '3.8' diff --git a/mkdocs.yml b/mkdocs.yml index 411895f..31b8d20 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,17 +2,18 @@ site_name: 'Toggl CLI - Documentation' site_description: 'Command line tool and set of Python wrapper classes for interacting with toggl''s API' site_author: 'Adam Uhlíř' -copyright: 'Copyright © 2019 Adam Uhlíř' +copyright: 'Copyright © 2020 Adam Uhlíř' repo_name: 'auhau/toggl-cli' repo_url: 'https://github.com/auhau/toggl-cli' theme: name: 'material' palette: - primary: 'orange' - accent: 'orange' - logo: - icon: 'power_settings_new' + primary: 'amber' + accent: 'amber' + icon: + logo: 'material/power' + repo: fontawesome/brands/git-alt markdown_extensions: - admonition diff --git a/test-requirements.txt b/test-requirements.txt index 286a5c6..05133f6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,6 @@ pytest==5.4.2 pytest-mock==3.1.0 pytest-cov==2.9.0 -mkdocs-material==5.2.1 +factory_boy==2.12.0 +mkdocs-material==5.2.2 mkdocs==1.1.2 \ No newline at end of file