mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26: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
|
@ -51,7 +51,7 @@ flake8-type-checking = ">=2.2.0"
|
|||
flake8-simplify = ">=0.19"
|
||||
ipdb = "*"
|
||||
isort = ">=5.10"
|
||||
mkdocs = ">=1.0,<1.3"
|
||||
mkdocs = ">=1.4"
|
||||
poethepoet = "*"
|
||||
pytest = ">=6.2"
|
||||
pytest-bdd = ">=4.0.1,<6.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue