From 73af94e3e3119a7670a67b07785f70c6b0ce7d17 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 2 Jan 2025 02:06:08 +0900 Subject: [PATCH] Stop autolinking the word "RDoc" (#1266) --- .rdoc_options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rdoc_options b/.rdoc_options index 910bdbaba5..cde02e6925 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -7,3 +7,5 @@ op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rak title: rdoc Documentation main_page: README.rdoc warn_missing_rdoc_ref: true +autolink_excluded_words: +- RDoc