From 5a90e0bc856f100032fae373baa10852a5c12aa7 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 3 May 2018 17:40:32 +0900 Subject: [PATCH] Update docs (refs: #4875) --- doc/usage/configuration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 0c3353f98..ed9312447 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -888,9 +888,9 @@ that use Sphinx's HTMLWriter class. .. note:: - For security reason, dotfiles under ``html_static_path`` will - not be copied. If you'd like to copy them intentionally, please - add them each filepath to this setting:: + For security reasons, dotfiles under ``html_static_path`` will + not be copied. If you would like to copy them intentionally, please + add each filepath to this setting:: html_static_path = ['_static', '_static/.htaccess']