From eb3b515add915d530f3a2629fff2eb4c9aaf3650 Mon Sep 17 00:00:00 2001 From: msclock Date: Sun, 25 Feb 2024 19:29:45 +0800 Subject: [PATCH] docs: fix git api reference (#54) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index eb5851d..2b4150c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ "python": ("https://docs.python.org/3", None), "sphinx": ("https://www.sphinx-doc.org/", None), "jinja2": ("https://jinja.palletsprojects.com/", None), - "git": ("https://gitpython.readthedocs.io/en/stable/", None), + "git": ("https://gitpython.readthedocs.io/en/latest/", None), } nitpick_ignore = [