branch: elpa/flycheck
commit 6cfb6b30800aecab7de581f14f1acb88e73dc1af
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add prominent GitHub links to the documentation site
Add a "View on GitHub" button at the top of each page and a GitHub
icon in the site footer, making the repository easier to discover
from the docs.
---
doc/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/conf.py b/doc/conf.py
index 98afd6a59e..ea111c17d3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -124,6 +124,7 @@ html_theme_options = {
'source_repository': 'https://github.com/flycheck/flycheck',
'source_branch': 'master',
'source_directory': 'doc/',
+ 'top_of_page_buttons': ['view', 'edit'],
}
html_static_path = ['_static']
html_favicon = '_static/favicon.ico'