diff --git a/doc/faq.rst b/doc/faq.rst index f7c329303b..a26ae93086 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -19,6 +19,10 @@ How do I... ... add global substitutions or includes? Add them in the :confval:`rst_epilog` config value. +... display the whole TOC tree in the sidebar? + Use the :data:`toctree` callable in a custom layout template, probably in the + ``sidebartoc`` block. + ... write my own extension? See the :ref:`extension tutorial `.