Skip to content

Commit 53c31f7

Browse files
🔧 Apply ruff rule ISC001 (#12401)
1 parent 7550588 commit 53c31f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/conf.py‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@
116116
autosummary_generate = False
117117
todo_include_todos = True
118118
extlinks = {
119-
'dupage': ('https://docutils.sourceforge.io/docs/ref/rst/' '%s.html', '%s'),
119+
'dupage': ('https://docutils.sourceforge.io/docs/ref/rst/%s.html', '%s'),
120120
'duref': (
121-
'https://docutils.sourceforge.io/docs/ref/rst/' 'restructuredtext.html#%s',
121+
'https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#%s',
122122
'%s',
123123
),
124-
'durole': ('https://docutils.sourceforge.io/docs/ref/rst/' 'roles.html#%s', '%s'),
125-
'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/' 'directives.html#%s', '%s'),
124+
'durole': ('https://docutils.sourceforge.io/docs/ref/rst/roles.html#%s', '%s'),
125+
'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/directives.html#%s', '%s'),
126126
}
127127

128128
man_pages = [
@@ -137,7 +137,7 @@
137137
(
138138
'man/sphinx-quickstart',
139139
'sphinx-quickstart',
140-
'Sphinx documentation ' 'template generator',
140+
'Sphinx documentation template generator',
141141
'',
142142
1,
143143
),

0 commit comments

Comments
 (0)