Skip to content

Commit 135e954

Browse files
authored
Merge pull request #80 from jbweston/feature/github-repo-link
add "fork me on GitHub" banner to doc pages
2 parents 063d261 + fcc1ab4 commit 135e954

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
]
3131

3232
html_theme = 'alabaster'
33+
html_theme_options = {
34+
"github_user": "jupyter",
35+
"github_repo": "jupyter-sphinx",
36+
"github_banner": True,
37+
}
3338

3439
jupyter_sphinx_thebelab_config = {
3540
"binderOptions": {

0 commit comments

Comments
 (0)