From 215f35dd540c28e33fb47aee1020bce70d910bf0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Apr 2017 14:10:44 -0400 Subject: [PATCH] github Signed-off-by: Kenneth Reitz --- conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf.py b/conf.py index d4b3cf6..702167b 100644 --- a/conf.py +++ b/conf.py @@ -175,3 +175,9 @@ epub_copyright = copyright epub_exclude_files = ['search.html'] +html_theme_options = { + 'github_user': 'kennethreitz', + 'github_repo': 'wsl-guide', + 'github_banner': True, + 'github_button': True +} \ No newline at end of file