Skip to content

Commit b859391

Browse files
committed
Add github badge via theme.
1 parent c0e75f6 commit b859391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
# a list of builtin themes.
133133

134134
html_theme = "pydata_sphinx_theme"
135+
html_theme_options = {
136+
"github_url": "https://github.com/numpy/numpydoc"
137+
}
135138

136139
html_title = "%s v%s Manual" % (project, version)
137140
html_last_updated_fmt = '%b %d, %Y'

0 commit comments

Comments
 (0)