Skip to content

Commit d2e18aa

Browse files
authored
Merge pull request #17120 from matplotlib/doc-strip_signature_backslash
DOC: strip_signature_backslash in rendered signature
2 parents 6253d80 + 92479b5 commit d2e18aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
# General configuration
2929
# ---------------------
3030

31+
# Strip backslahes in function's signature
32+
# To be removed when numpydoc > 0.9.x
33+
strip_signature_backslash = True
34+
3135
# Add any Sphinx extension module names here, as strings. They can be
3236
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
3337
extensions = [

0 commit comments

Comments
 (0)