File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 116116autosummary_generate = False
117117todo_include_todos = True
118118extlinks = {
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
128128man_pages = [
137137 (
138138 'man/sphinx-quickstart' ,
139139 'sphinx-quickstart' ,
140- 'Sphinx documentation ' ' template generator' ,
140+ 'Sphinx documentation template generator' ,
141141 '' ,
142142 1 ,
143143 ),
You can’t perform that action at this time.
0 commit comments