Skip to content

Commit 007af6c

Browse files
authored
Fix typo in the source_repository conf.py setting (#1)
1 parent 4adff15 commit 007af6c

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
@@ -24,7 +24,7 @@
2424
html_theme = "furo"
2525
html_logo = "tippy-logo.svg"
2626
html_theme_options = {
27-
"source_repository": "https://github.com/chrisjsewell/sphinx_tippy/",
27+
"source_repository": "https://github.com/chrisjsewell/sphinx-tippy/",
2828
"source_branch": "main",
2929
"source_directory": "docs/",
3030
}

0 commit comments

Comments
 (0)