From 9d282ddeee5a5e4435fca7170e91e6ea27bf1911 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 29 Jan 2025 20:05:54 +0100 Subject: [PATCH] mkdocs-ultralytics-plugin>=0.1.16 (#18942) --- mkdocs.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 76cdc288..8247e518 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -663,6 +663,7 @@ plugins: add_share_buttons: True add_css: False default_image: https://raw.githubusercontent.com/ultralytics/assets/main/yolov8/banner-yolov8.png + default_author: glenn.jocher@ultralytics.com - redirects: redirect_maps: hi/index.md: index.md diff --git a/pyproject.toml b/pyproject.toml index 58d684e5..f2059375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev = [ "mkdocs-material>=9.5.9", "mkdocstrings[python]", "mkdocs-redirects", # 301 redirects - "mkdocs-ultralytics-plugin>=0.1.8", # for meta descriptions and images, dates and authors + "mkdocs-ultralytics-plugin>=0.1.16", # for meta descriptions and images, dates and authors "mkdocs-macros-plugin>=1.0.5" # duplicating content (i.e. export tables) in multiple places ] export = [