mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 21:46:13 +02:00
Support mkdocs 1.4.2 and fix its missing breadcrumb (#1691)
* Use latest mkdocs version 1.4.2 * Add docs_theme to mkdocs watch so it automatically reloads localhost when modifying theme * Bring in ReadTheDocs breadcrumb theme and fix display issues around "Docs" root breadcrumb * The problem is CSS, not the breadcrumbs template. Tightly scope offending CSS and remove breadcrumbs template override * Bring mkdocs ReadTheDocs breadcrumbs theme back in * Fix pa11y validation issue by replacing breadcrumb a alt attribute with aria-label * Attribute source of new breadcrumbs file * Use mkdocs 1.4 or greater with no upper bound
This commit is contained in:
parent
fcac94a30e
commit
d81b5ad955
6 changed files with 683 additions and 460 deletions
|
@ -118,7 +118,7 @@ div.rst-content {
|
|||
background-size: 100%;
|
||||
}
|
||||
|
||||
a.icon-home:before {
|
||||
.wy-side-nav-search a.icon-home:before {
|
||||
display: block;
|
||||
width: 84px;
|
||||
height: 70px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue