We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96015b1 commit 2a55dd1Copy full SHA for 2a55dd1
doc/conf.py
@@ -29,6 +29,10 @@
29
# General configuration
30
# ---------------------
31
32
+# Strip backslahes in function's signature
33
+# To be removed when numpydoc > 0.9.x
34
+strip_signature_backslash = True
35
+
36
# Add any Sphinx extension module names here, as strings. They can be
37
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
38
extensions = [
0 commit comments