[skip travis] docs - add link to GitHub

This commit is contained in:
Sam
2019-07-19 12:26:19 +02:00
parent 2c91a7fe3d
commit 3c1d665164
19 changed files with 38 additions and 1 deletions

View File

@ -62,6 +62,9 @@ html_static_path = ['_static']
html_theme_options = {
'navbar_site_name': 'Docs',
'bootswatch_theme': 'flatly',
'navbar_links': [
('GitHub', 'https://github.com/SamR1/FitTrackee', True),
],
}