Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Docs: Use absolute qualified name rather than relative name to genera…
Browse files Browse the repository at this point in the history
…te links

This is more robust than letting sphinx look for FlaskUtils or init_app and create a link to the first thing it finds
  • Loading branch information
Mews committed Jun 12, 2024
1 parent 1901a13 commit c0cb9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Custom exceptions

.. warning:: For any of these errors to work, you need to register the error handlers in your Flask app.

To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`FlaskUtils` class or to :meth:`~FlaskUtils.init_app()`.
To do this, you need to pass :attr:`register_error_handlers=True` to the :class:`~flask_utils.extension.FlaskUtils` class or to :meth:`~flask_utils.extension.FlaskUtils.init_app()`.

.. code-block:: python
Expand Down

0 comments on commit c0cb9f6

Please sign in to comment.