pladams9 / hexsheets

A basic spreadsheet application with hexagonal cells inspired by: http://www.secretgeek.net/hexcel.
MIT License
90 stars 3 forks source link

Move Requirements for MKDocs #75

Open krionical opened 1 month ago

krionical commented 1 month ago

MKdocs doesn't build documentation with mkdocs 1.2.3. Fails with jinja2 attribute error: "AttributeError: module 'jinja2' has no attribute 'contextfilter'".

Fix is to use mkdocs-material instead: https://squidfunk.github.io/mkdocs-material/upgrade/

Suggest changing requirements to reflect this.