sphinx-material icon indicating copy to clipboard operation
sphinx-material copied to clipboard

Add space between end of function declaration and [source]

Open debeshmandal opened this issue 3 years ago • 0 comments

Currently there is no space between [source] and a function or class declaration.

e.g. (copied text):

class MyClass(args)[source]¶

Maybe a space/set of spaces could be added/the [source] text could be aligned to the right?:

class MyClass(args) [source]¶

debeshmandal avatar Oct 15 '20 11:10 debeshmandal