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.
2 parents d1f07d3 + 0b35884 commit 9f821e4Copy full SHA for 9f821e4
doc/conf.py
@@ -102,7 +102,9 @@ def _check_dependencies():
102
else:
103
autodoc_default_options = {'members': None, 'undoc-members': None}
104
105
-nitpicky = True
+# missing-references names matches sphinx>=3 behavior, so we can't be nitpicky
106
+# for older sphinxes.
107
+nitpicky = sphinx.version_info >= (3,)
108
# change this to True to update the allowed failures
109
missing_references_write_json = False
110
missing_references_warn_unused_ignores = False
0 commit comments