Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6253d80 commit 92479b5Copy full SHA for 92479b5
1 file changed
doc/conf.py
@@ -28,6 +28,10 @@
28
# General configuration
29
# ---------------------
30
31
+# Strip backslahes in function's signature
32
+# To be removed when numpydoc > 0.9.x
33
+strip_signature_backslash = True
34
+
35
# Add any Sphinx extension module names here, as strings. They can be
36
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
37
extensions = [
0 commit comments