diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f18ed..e7bff84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- Updated ons-mkdocs-theme version from `1.1.2` to `1.1.3` to fix issues with the crest not showing in the footer of documentation site. ### Deprecated diff --git a/setup.cfg b/setup.cfg index 3b9f6fa..cdfea53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ dev = isort>=5.13.2 doc = mkdocs>=1.4.2 - ons-mkdocs-theme>=1.1.2 + ons-mkdocs-theme>=1.1.3 mkdocstrings[python]>=0.22.0 mkdocs-git-revision-date-localized-plugin>=1.2.1 mkdocs-jupyter>=0.24.3