Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 433ecc3

Browse files
authored
add github button to docs (#845)
1 parent 0051251 commit 433ecc3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/source/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,14 @@
105105
"switcher": {
106106
"json_url": "http://www.fastplotlib.org/_static/switcher.json",
107107
"version_match": release
108-
}
108+
},
109+
"icon_links": [
110+
{
111+
"name": "Github",
112+
"url": "https://github.com/fastplotlib/fastplotlib",
113+
"icon": "fa-brands fa-github",
114+
}
115+
]
109116
}
110117

111118
html_static_path = ["_static"]

0 commit comments

Comments
 (0)