From ecd7f5dee32ea1696d76bb9eaebf07258cd9be53 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 5 Jan 2025 12:52:58 +0000 Subject: [PATCH] [DOC] Turn on missing rdoc-ref warning With this configuration, RDoc will warn when a `rdoc-ref` link's target is missing. --- .rdoc_options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rdoc_options b/.rdoc_options index 60e95278bc1463..a7431ab858f2c1 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -20,3 +20,5 @@ autolink_excluded_words: - RDoc - Ruby - Set + +warn_missing_rdoc_ref: true