Skip to content

Commit eb3b515

Browse files
authored
docs: fix git api reference (#54)
1 parent 6594927 commit eb3b515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"python": ("https://docs.python.org/3", None),
4343
"sphinx": ("https://www.sphinx-doc.org/", None),
4444
"jinja2": ("https://jinja.palletsprojects.com/", None),
45-
"git": ("https://gitpython.readthedocs.io/en/stable/", None),
45+
"git": ("https://gitpython.readthedocs.io/en/latest/", None),
4646
}
4747

4848
nitpick_ignore = [

0 commit comments

Comments
 (0)