Skip to content

Commit

Permalink
build: Use mkdocs-material 9.5.3, drop git-authors theme override
Browse files Browse the repository at this point in the history
mkdocs-material 9.5.3 gives us the ability to again render authors'
names without them turning into "mailto:" links. Thus, require that as
the minimum version. Since it is now mkdocs-material that natively
renders author information, we no longer need the theme override for
main.html.

References:
https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#document-authors
squidfunk/mkdocs-material#6494
  • Loading branch information
fghaas committed Dec 25, 2023
1 parent a88a8e6 commit 1620562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions theme/main.html

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
mkdocs-git-revision-date-localized-plugin
mkdocs-glightbox
mkdocs-macros-plugin
mkdocs-material~=9.4.0
mkdocs-material>=9.5.3
mkdocs-redirects
pillow
cairosvg
Expand Down

0 comments on commit 1620562

Please sign in to comment.