Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link to Sphinx's theme templating page #1388

Merged
merged 1 commit into from
Jul 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user_guide/fonts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The default body and header fonts can be changed as follows:
For example, you could download and vendor the font in the ``_static`` directory
of your Sphinx site, and then update the base template to load the font resources:

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