Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Dec 7, 2020
1 parent bc8f85f commit 78e6adf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions authl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ def from_config(config: typing.Dict[str, typing.Any],
Handlers will be enabled based on truthy values of the following keys:
* ``EMAIL_FROM`` / ``EMAIL_SENDMAIL``: enable :py:mod:`handlers.email_addr`
* ``EMAIL_FROM`` / ``EMAIL_SENDMAIL``: enable :py:mod:`authl.handlers.email_addr`
* ``FEDIVERSE_NAME``: enable :py:mod:`handlers.fediverse`
* ``FEDIVERSE_NAME``: enable :py:mod:`authl.handlers.fediverse`
* ``INDIEAUTH_CLIENT_ID``: enable :py:mod:`handlers.indieauth`
* ``INDIEAUTH_CLIENT_ID``: enable :py:mod:`authl.handlers.indieauth`
* ``TWITTER_CLIENT_KEY``: enable :py:mod:`handlers.twitter`
* ``TWITTER_CLIENT_KEY``: enable :py:mod:`authl.handlers.twitter`
* ``TEST_ENABLED``: enable :py:mod:`handlers.test_handler`
* ``TEST_ENABLED``: enable :py:mod:`authl.handlers.test_handler`
For additional configuration settings, see each handler's respective
``from_config()``.
Expand Down

0 comments on commit 78e6adf

Please sign in to comment.