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

@ -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"