Skip to content

Commit 1408fb0

Browse files
authored
fix: link to Sphinx's theme templating page (#1388)
1 parent 92c7a8e commit 1408fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/fonts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The default body and header fonts can be changed as follows:
2828
For example, you could download and vendor the font in the ``_static`` directory
2929
of your Sphinx site, and then update the base template to load the font resources:
3030

31-
- Configure the `template_path <https://www.sphinx-doc.org/en/master/theming.html#templating>`__
31+
- Configure the `template_path <https://www.sphinx-doc.org/en/master/development/theming.html#templating>`__
3232
in your ``conf.py``
3333
- Create a custom ``layout.html`` Jinja2 template which overloads the ``fonts`` block
3434
(example for loading the Lato font that is included in the ``_static/vendor`` directory):

0 commit comments

Comments
 (0)