summaryrefslogtreecommitdiff
path: root/.rdoc_options
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-06 20:04:14 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-06 21:19:51 +0900
commit9b78ef75522b1f6aa20fc81ddf06e5fb40db152d (patch)
tree0acde8b8ff28f89d5eea6c547ad6e415f80d93a9 /.rdoc_options
parent3dac27897e5b48c5c95fa2f58badec1fb6da94be (diff)
[DOC] Load options and parse files from srcdir
RDoc options that do not change and can be written in `.rdoc_options` file are moved, so that they match when called without `make`. Get rid of parsing the files in `page_dir` twice (as relative paths and absolute paths).
Diffstat (limited to '.rdoc_options')
-rw-r--r--.rdoc_options3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rdoc_options b/.rdoc_options
index 760507c7a2..57e03c9dd7 100644
--- a/.rdoc_options
+++ b/.rdoc_options
@@ -1,4 +1,7 @@
---
page_dir: doc
+charset: UTF-8
+encoding: UTF-8
main_page: README.md
title: Documentation for Ruby development version
+visibility: :private