Skip to content

Commit a1464da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0358898 commit a1464da

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
@@ -77,7 +77,7 @@
7777
linkcheck_allowed_redirects = {r"https://github.com/tox-dev/tox/issues/\d+": r"https://github.com/tox-dev/tox/pull/\d+"}
7878
extlinks_detect_hardcoded_links = True
7979

80-
issues_github_path = "/".join((company, name)) # `sphinx-issues` ext
80+
issues_github_path = f"{company}/{name}" # `sphinx-issues` ext
8181

8282

8383
def process_signature( # noqa: PLR0913

0 commit comments

Comments
 (0)