doc: Fix docslint misunderstanding scope of code-blocks

This commit is contained in:
Takeshi KOMIYA
2021-06-06 12:52:44 +09:00
parent 69cbf7aa92
commit e0500f7354
8 changed files with 44 additions and 32 deletions

View File

@@ -207,9 +207,9 @@ inside your module:
First, define the registration function, which accepts the arguments for
:event:`html-page-context`.
Within the registration function, define the template function that you'd like to use
within Jinja. The template function should return a string or Python objects (lists,
dictionaries) with strings inside that Jinja uses in the templating process
Within the registration function, define the template function that you'd like to
use within Jinja. The template function should return a string or Python objects
(lists, dictionaries) with strings inside that Jinja uses in the templating process
.. note::