Skip to content

Commit

Permalink
Added Github link on the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Jun 10, 2015
1 parent ebecf3b commit a68143b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@
'navbar_fixed_top': 'true',
'navbar_site_name': 'Contents',
'bootstrap_version': '3',
'source_link_position': 'nav',
'bootswatch_theme': "sandstone",
'source_link_position': 'footer',
'bootswatch_theme': '"sandstone',
'navbar_links': [
('Github', 'https://github.com/Bernardo-MG/cookiecutter-python-library', True),
],
}

# Custom static files folder.
Expand Down
7 changes: 5 additions & 2 deletions {{cookiecutter.repo_name}}/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@
'navbar_fixed_top': 'true',
'navbar_site_name': 'Contents',
'bootstrap_version': '3',
'source_link_position': 'nav',
'bootswatch_theme': "sandstone",
'source_link_position': 'footer',
'bootswatch_theme': 'sandstone',
'navbar_links': [
('Github', 'https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.repo_name }}', True),
],
}

# Custom static files folder.
Expand Down

0 comments on commit a68143b

Please sign in to comment.