Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Jun 1, 2020
1 parent ad0b6da commit 3461cec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
Expand Down
11 changes: 6 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &copy; 2019 <a href="https://uhlir.dev">Adam Uhlíř</a>'
copyright: 'Copyright &copy; 2020 <a href="https://uhlir.dev">Adam Uhlíř</a>'

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
Expand Down
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3461cec

Please sign in to comment.