Skip to content

Commit c07b1d7

Browse files
committed
chore: silence warnings due tu Sphinx reference lookup issues
See sphinx-doc/sphinx#10974
1 parent df4b6e7 commit c07b1d7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
22-
# Be strict about any broken references
23-
nitpicky = True
22+
# Do not be strict about any broken references, because of Sphinx limitations in
23+
# getting the Numpy scalar type references:
24+
# see https://github.com/sphinx-doc/sphinx/issues/10974
25+
nitpicky = False
2426

2527
# To avoid using qualifiers like :class: to reference objects within the same context
2628
default_role = "obj"

0 commit comments

Comments
 (0)