Open RemDelaporteMathurin opened 6 months ago
+1
@RemDelaporteMathurin We can do this ourselves by adding to the theme configuration the following:
html_theme = "sphinx_book_theme"
html_theme_options = {
'icon_links': [
{
'name': 'PyPI',
'url': 'https://pypi.org/project/jupyterhub-ai-gateway',
'icon': 'fab fa-python',
},
],
"article_header_end": [
"navbar-icon-links",
"article-header-buttons",
],
}
html_sidebars = {
"**": [
"navbar-logo",
"search-button-field",
"sbt-sidebar-nav",
],
}
This works! Thank you very much @danilopeixoto !! 🚀
Thanks @danilopeixoto ! It did align there and set the initial color, but hovering will be very different than the gitlab icon:
I'm having trouble finding the CSS for it; any tips?
Hi all,
Thanks for this very good theme!
I would like to add a link to our discourse page next to the repository, download, full screen and dark mode buttons.
Unfortunately, I've only been able to add it to the sidebar following the documentation.
Is there anyway to move this icon link there?
Thanks!
My conf.py
html_theme_options