Skip to content

Commit fcc1ab4

Browse files
committed
add "fork me on GitHub" banner to doc pages
Closes #79.
1 parent 063d261 commit fcc1ab4

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)