Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92479b5

Browse files
strip_signature_backslash
1 parent 6253d80 commit 92479b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
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)