mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
🔧 Apply ruff rule ISC001 (#12401)
This commit is contained in:
parent
7550588b42
commit
53c31f77b6
10
doc/conf.py
10
doc/conf.py
@ -116,13 +116,13 @@ autodoc_member_order = 'groupwise'
|
||||
autosummary_generate = False
|
||||
todo_include_todos = True
|
||||
extlinks = {
|
||||
'dupage': ('https://docutils.sourceforge.io/docs/ref/rst/' '%s.html', '%s'),
|
||||
'dupage': ('https://docutils.sourceforge.io/docs/ref/rst/%s.html', '%s'),
|
||||
'duref': (
|
||||
'https://docutils.sourceforge.io/docs/ref/rst/' 'restructuredtext.html#%s',
|
||||
'https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#%s',
|
||||
'%s',
|
||||
),
|
||||
'durole': ('https://docutils.sourceforge.io/docs/ref/rst/' 'roles.html#%s', '%s'),
|
||||
'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/' 'directives.html#%s', '%s'),
|
||||
'durole': ('https://docutils.sourceforge.io/docs/ref/rst/roles.html#%s', '%s'),
|
||||
'dudir': ('https://docutils.sourceforge.io/docs/ref/rst/directives.html#%s', '%s'),
|
||||
}
|
||||
|
||||
man_pages = [
|
||||
@ -137,7 +137,7 @@ man_pages = [
|
||||
(
|
||||
'man/sphinx-quickstart',
|
||||
'sphinx-quickstart',
|
||||
'Sphinx documentation ' 'template generator',
|
||||
'Sphinx documentation template generator',
|
||||
'',
|
||||
1,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user