Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 5012f7d

Browse files
Mariattavstinner
authored andcommitted
Add the "Fork me on GitHub" banner
Also show the GitHub star count.
1 parent da071ec commit 5012f7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@
145145
# further. For a list of options available for each theme, see the
146146
# documentation.
147147
#
148-
# html_theme_options = {}
148+
html_theme_options = {
149+
'github_user': 'asyncio-doc',
150+
'github_repo': 'asyncio-doc',
151+
'github_banner': True,
152+
'github_type': 'star',
153+
}
149154

150155
# Add any paths that contain custom themes here, relative to this directory.
151156
# html_theme_path = []

0 commit comments

Comments
 (0)