Skip to content

Commit f8c7f0e

Browse files
authored
add a github link to the documentation (#82)
* add a github link to the documentation Fix #80 * typo
1 parent e8a0610 commit f8c7f0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/conf.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@
1515

1616
# General information about the project.
1717
project = 'JupyterLite Sphinx extension'
18+
19+
# theme configuration
20+
html_theme_options = {
21+
"icon_links": [
22+
{
23+
"name": "GitHub",
24+
"url": "https://github.com/jupyterlite/jupyterlite-sphinx",
25+
"icon": "fa-brands fa-github",
26+
}
27+
]
28+
}
29+
30+

0 commit comments

Comments
 (0)