summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-14 16:02:00 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-14 16:02:00 +0100
commit7e57122f0bd6db27c6e2f0c7deac1333256e5146 (patch)
tree0f139cbab2cb457b16674a82e4187de5bccf6593
parent2ea514aa99f93e12e72fe6742c0f9cccf29cda95 (diff)
openpgp: Add custom logo and favicon to the documentation.
-rw-r--r--openpgp/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
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)]