Skip to content

Commit

Permalink
Adding a docstring as required by the automated test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aknrdureegaesr committed Feb 20, 2024
1 parent 893e4c0 commit 074f59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/plugins/template/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(self):
return

def user_configuration(self, user_config: Mapping[str, str]) -> None:
"""Accept user configuration from the theme configuration file."""
supported_config_keys = set(["extensions",])
for key in user_config.keys():
if key not in supported_config_keys:
Expand Down

0 comments on commit 074f59d

Please sign in to comment.