Skip to content

Commit

Permalink
Link to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed Jan 15, 2016
1 parent f5703ce commit 0baf97f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@
# a list of builtin themes.
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme = 'bootstrap'
html_theme_options = { 'bootswatch_theme': 'yeti' }
html_theme_options = {
'bootswatch_theme': 'yeti',
'navbar_links' : [
("GitHub", "https://github.com/ddemidov/amgcl", True)
]
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down

0 comments on commit 0baf97f

Please sign in to comment.