File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -359,4 +359,15 @@ def find_source():
359
359
'private-members' : True ,
360
360
}
361
361
362
+ # Sphinx will add “permalinks” for each heading and description environment as paragraph signs that
363
+ # become visible when the mouse hovers over them.
364
+ # This value determines the text for the permalink; it defaults to "¶". Set it to None or the empty
365
+ # string to disable permalinks.
366
+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_add_permalinks
362
367
html_add_permalinks = True
368
+
369
+ # True to prefix each section label with the name of the document it is in, followed by a colon.
370
+ # For example, index:Introduction for a section called Introduction that appears in document index.rst.
371
+ # Useful for avoiding ambiguity when the same section heading appears in different documents.
372
+ # http://www.sphinx-doc.org/en/master/usage/extensions/autosectionlabel.html
373
+ autosectionlabel_prefix_document = True
You can’t perform that action at this time.
0 commit comments