mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Add navigation breadcrumbs to docs.
This commit is contained in:
parent
affe2e734e
commit
bc43b00d8f
10
docs/_static/style.css
vendored
10
docs/_static/style.css
vendored
@ -296,3 +296,13 @@ html[data-theme="light"] .highlight span.gt {
|
||||
html[data-theme="light"] .highlight span.gr {
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.header-article-items__start {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 0.5em;
|
||||
}
|
||||
|
||||
.bd-breadcrumbs {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -172,6 +172,7 @@ html_theme_options = {
|
||||
'repository_url': 'https://github.com/jax-ml/jax',
|
||||
'use_repository_button': True, # add a "link to repository" button
|
||||
'navigation_with_keys': False,
|
||||
'article_header_start': ['toggle-primary-sidebar.html', 'breadcrumbs'],
|
||||
}
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
|
Loading…
x
Reference in New Issue
Block a user