Skip to content

Commit b0be7d6

Browse files
committed
Make sphinx nitpicky
1 parent 55cb7cf commit b0be7d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@
119119
'http://docs.astropy.org/en/stable/': None}
120120
intersphinx_mapping["sphinx_automodapi"] = ("https://sphinx-automodapi.readthedocs.io/en/stable/", None) # noqa: E501, F405
121121

122-
122+
# -- Turn on nitpicky mode for sphinx (to warn about references not found) ----
123+
nitpicky = True

0 commit comments

Comments
 (0)