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 df4b6e7 commit c07b1d7Copy full SHA for c07b1d7
1 file changed
docs/conf.py
@@ -19,8 +19,10 @@
19
20
# -- General configuration ---------------------------------------------------
21
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
22
-# Be strict about any broken references
23
-nitpicky = True
+# Do not be strict about any broken references, because of Sphinx limitations in
+# getting the Numpy scalar type references:
24
+# see https://github.com/sphinx-doc/sphinx/issues/10974
25
+nitpicky = False
26
27
# To avoid using qualifiers like :class: to reference objects within the same context
28
default_role = "obj"
0 commit comments