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