From 2a55dd1b208bca483e88561fafeee3fa76ada01d Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 13 Apr 2020 14:49:26 -0400 Subject: [PATCH] Backport PR #17120: [DOC] strip_signature_backslash --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 6cd891adc551..754854f8f182 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -29,6 +29,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 = [