From 92479b53b99400b1dffd59e5de5375da5a2c454b Mon Sep 17 00:00:00 2001 From: Elan Ernest <23121882+ImportanceOfBeingErnest@users.noreply.github.com> Date: Mon, 13 Apr 2020 20:02:16 +0200 Subject: [PATCH] strip_signature_backslash --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index c14ed27fdfea..8879066c8cc7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,6 +28,10 @@ # General configuration # --------------------- +# Strip backslahes in function's signature +# To be removed when numpydoc > 0.9.x +strip_signature_backslash = True + # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [