From a3f9ab8105dac853c9533112641ae7b995ad5a8f Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Tue, 9 Jan 2024 00:15:55 +0000 Subject: [PATCH] docs: add ability to publish PDF Signed-off-by: Ramkumar Chinchani --- mkdocs.yml | 4 +++- requirements.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3cd2b51..0c55588 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