diff --git a/doc/development/templating.rst b/doc/development/templating.rst index 75d6f1b5d..016b8b822 100644 --- a/doc/development/templating.rst +++ b/doc/development/templating.rst @@ -30,6 +30,7 @@ No. You have several other options: produces pickle files with the page contents, and postprocess them using a custom tool, or use them in your Web application. +.. _templating-primer: Jinja/Sphinx Templating Primer ------------------------------ diff --git a/doc/development/theming.rst b/doc/development/theming.rst index 23f8992a7..f31a481eb 100644 --- a/doc/development/theming.rst +++ b/doc/development/theming.rst @@ -141,7 +141,7 @@ searches for templates: When extending a template in the base theme with the same name, use the theme name as an explicit directory: ``{% extends "basic/layout.html" %}``. From a user ``templates_path`` template, you can still use the "exclamation mark" -syntax as described in the templating document. +syntax as :ref:`described in the templating document `. .. _theming-static-templates: