diff --git a/mkdocs.yml b/mkdocs.yml
index 3cd2b51..e00872d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,7 @@ site_description: Zot Registry
repo_url: https://github.com/project-zot/zot
repo_name: project-zot/zot
edit_uri: ""
-copyright: Copyright © 2019 - 2023 The zot project authors, All Rights Reserved. | The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage
+copyright: Copyright © 2019 - 2024 The zot project authors, All Rights Reserved. | The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see Trademark Usage
theme:
name: material
custom_dir: material
@@ -50,6 +50,8 @@ plugins:
minify_html: true
- git-revision-date-localized
- macros
+ - with-pdf
+ copyright: Copyright © 2019 - 2024 The zot project authors, All Rights Reserved.
markdown_extensions:
- abbr
- admonition
diff --git a/requirements.txt b/requirements.txt
index f73e48f..47c6fc4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,3 +6,4 @@ mike==1.1.2
markdown-include==0.7.0
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-macros-plugin==0.7.0
+mkdocs-with-pdf==0.9.3