Skip to content

Commit 0229674

Browse files
authored
Merge pull request #23 from fspacheco/patch-2
Change button "Edit on" to GitHub
2 parents 3be5957 + 4fd6181 commit 0229674

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@
114114
#
115115
# html_sidebars = {}
116116

117+
html_context = {
118+
'display_github': True,
119+
'github_user': 'mpi4py',
120+
'github_repo': 'mpi4py-fft',
121+
'github_version': 'master',
122+
'conf_py_path': '/docs/source/'
123+
}
117124

118125
# -- Options for HTMLHelp output ---------------------------------------------
119126

0 commit comments

Comments
 (0)