We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cb7cf commit b0be7d6Copy full SHA for b0be7d6
docs/conf.py
@@ -119,4 +119,5 @@
119
'http://docs.astropy.org/en/stable/': None}
120
intersphinx_mapping["sphinx_automodapi"] = ("https://sphinx-automodapi.readthedocs.io/en/stable/", None) # noqa: E501, F405
121
122
-
+# -- Turn on nitpicky mode for sphinx (to warn about references not found) ----
123
+nitpicky = True
0 commit comments