Using direct link to git hosted logo for documentation

This commit is contained in:
François Autin
2023-04-21 14:55:07 +02:00
parent ce4c7230f9
commit ff921117f7
2 changed files with 4 additions and 15 deletions

View File

@ -1,4 +1,7 @@
#![doc(html_logo_url = "../assets/logo.svg", html_favicon_url = "../assets/logo.svg")]
#![doc(
html_logo_url = "https://gitlab.istic.univ-rennes1.fr/simpleos/burritos/-/raw/main/assets/logo/logo.svg",
html_favicon_url = "https://gitlab.istic.univ-rennes1.fr/simpleos/burritos/-/raw/main/assets/logo/logo.svg")
]
#![warn(missing_docs)]
#![warn(clippy::missing_docs_in_private_items)]