From 1212bd0e5e2942bde1baf0c190caae08f7382640 Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Mon, 19 Aug 2024 11:27:58 -0700 Subject: [PATCH] fix repo link in sphinx theme --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a6a515f..c56671a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # html_theme = 'furo' html_theme_options = { - "source_repository": "https://github.com/sphinxcontrib/typer/", + "source_repository": "https://github.com/sphinx-contrib/typer/", "source_branch": "main", "source_directory": "doc/source", }