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

Skip to content

Commit 4828bcb

Browse files
authored
Merge pull request #17121 from meeseeksmachine/auto-backport-of-pr-17120-on-v3.2.1-doc
Backport PR #17120 on branch v3.2.1-doc ([DOC] strip_signature_backslash)
2 parents 96015b1 + 2a55dd1 commit 4828bcb

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
@@ -29,6 +29,10 @@
2929
# General configuration
3030
# ---------------------
3131

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

0 commit comments

Comments
 (0)