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:
Micah Jerome Ellison 2023-02-25 12:16:33 -08:00 committed by GitHub
parent fcac94a30e
commit d81b5ad955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 683 additions and 460 deletions

View file

@ -1,2 +1,2 @@
mkdocs==1.2.4
mkdocs>=1.4
jinja2==3.1.2