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