We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880d723 commit 621c78eCopy full SHA for 621c78e
mkdocs_rss_plugin/config.py
@@ -19,7 +19,6 @@
19
class _DateFromMeta(Config):
20
"""Sub configuration object for related date options."""
21
22
- # TODO: remove deprecated code in future version. Only str values will be accepted
23
# for as_creation and as_update
24
as_creation = config_options.Type(str, default="git")
25
as_update = config_options.Type(str, default="git")
0 commit comments