From ac015fab8c601604b6f45b97b5f54b24440c42fa Mon Sep 17 00:00:00 2001 From: Maddy Guthridge Date: Fri, 26 Jun 2026 03:00:45 +1000 Subject: [PATCH] mkdocs: set repo_name That way the path to the GitHub repo is displayed instead of just the generic text "GitHub" --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 333344fe30..3515a3d548 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,6 @@ site_name: OpenBLAS site_url: https://openblas.net/docs/ +repo_name: "OpenMathLib/OpenBLAS" repo_url: https://github.com/OpenMathLib/OpenBLAS copyright: Copyright © 2012- OpenBLAS contributors