From 7e57122f0bd6db27c6e2f0c7deac1333256e5146 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 14 Dec 2020 16:02:00 +0100 Subject: openpgp: Add custom logo and favicon to the documentation. --- openpgp/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs index c1005dc1..7670f736 100644 --- a/openpgp/src/lib.rs +++ b/openpgp/src/lib.rs @@ -46,6 +46,8 @@ //! //! [RFC 4880bis]: https://tools.ietf.org/html/draft-ietf-openpgp-rfc4880bis-08 +#![doc(html_favicon_url = "https://docs.sequoia-pgp.org/favicon.png")] +#![doc(html_logo_url = "https://docs.sequoia-pgp.org/logo.svg")] #![warn(missing_docs)] #[cfg(test)] -- cgit v1.2.3