diff --git a/docs/changelog.rst b/docs/changelog.rst index 20cad45..25a2cef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,7 +25,7 @@ Version 1.x .. version:: 1.2 :date: 2024-09-19 - - Skip document with ``:nocomment:`` docinfos (:pull:`5`) + - Skip document with ``:nocomments:`` docinfos (:pull:`5`) - Allow user specifying Isso thread ID via ``:isso-id:`` docinfo (:pull:`5`) .. version:: 1.1 diff --git a/docs/usage.rst b/docs/usage.rst index 15820cb..a44b14c 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -29,7 +29,7 @@ end of every source file. For example: Disable comments for specified document --------------------------------------- -This extension respects the ``:nocomment`` docinfo__: +This extension respects the ``:nocomments`` docinfo__: If set, the web application won’t display a comment form for a page generated from this source file.