Source: mkdocs-print-site-plugin
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               mkdocs,
               mkdocs-material,
               pybuild-plugin-pyproject,
               python3-setuptools-scm,
               python3-click <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-mypy <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/timvink/mkdocs-print-site-plugin
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-print-site-plugin
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-print-site-plugin.git

Package: mkdocs-print-site-plugin
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: mkdocs-print-site-plugin-doc
Description: MkDocs plugin to combine all pages into a single printable page
 This plugin adds a special page to MkDocs sites that combines all
 documentation pages into one, making it easy to export the entire site
 as a PDF or as a standalone HTML file.
 .
 To export as PDF, navigate to /print_page/ in your site and use the
 browser menu File > Print > Save as PDF. No external tools required.
 .
 Main features:
  - Combines all site pages into a single page at /print_page/
  - Export to PDF via browser print dialog (no extra tools needed)
  - Export to standalone HTML file
  - Support for mkdocs-material theme, including dark mode, instant
    loading and the tags plugin
  - Support for the readthedocs theme
  - Pagination support for PDF output
  - Optional cover page for PDF exports
  - Optional print and PDF buttons in the navigation
  - Option to exclude specific pages or sections from print output
  - Optional banner on the print page
  - No extra dependencies beyond MkDocs itself

Package: mkdocs-print-site-plugin-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: MkDocs plugin to combine all pages into a single printable page (docs)
 This plugin adds a special page to MkDocs sites that combines all
 documentation pages into one, making it easy to export the entire site
 as a PDF or as a standalone HTML file.
 .
 To export as PDF, navigate to /print_page/ in your site and use the
 browser menu File > Print > Save as PDF. No external tools required.
 .
 Main features:
  - Combines all site pages into a single page at /print_page/
  - Export to PDF via browser print dialog (no extra tools needed)
  - Export to standalone HTML file
  - Support for mkdocs-material theme, including dark mode, instant
    loading and the tags plugin
  - Support for the readthedocs theme
  - Pagination support for PDF output
  - Optional cover page for PDF exports
  - Optional print and PDF buttons in the navigation
  - Option to exclude specific pages or sections from print output
  - Optional banner on the print page
  - No extra dependencies beyond MkDocs itself
 .
 This is the common documentation package.
