docs(sphinx): Address inline literal warning

Addresses:

    ./docs/source/config_reference/plugins.rst:848: WARNING: Inline literal start-string
    without end-string. [docutils]
This commit is contained in:
Ross Patterson 2025-08-15 16:08:30 -07:00
parent 19e68f7cac
commit 968a470f1a
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359
2 changed files with 10 additions and 8 deletions

View file

@ -852,10 +852,11 @@ for representing audio albums.
static_nfo_tags
---------------
Adds an NFO file for every entry, but does not link it to an entry in the download archive.
This is intended to produce ``season.nfo``s in each season directory. Each entry within a
season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub,
this file will remain since it's not linked.
Adds an NFO file for every entry, but does not link it to an entry in the download
archive. This is intended to produce ``season.nfo`` files in each season
directory. Each entry within a season will overwrite this file with its season
name. If the entry gets deleted from ytdl-sub, this file will remain since it's not
linked.
Usage:

View file

@ -7,10 +7,11 @@ from ytdl_sub.validators.string_formatter_validators import StringFormatterValid
class StaticNfoTagsOptions(SharedNfoTagsOptions):
"""
Adds an NFO file for every entry, but does not link it to an entry in the download archive.
This is intended to produce ``season.nfo``s in each season directory. Each entry within a
season will overwrite this file with its season name. If the entry gets deleted from ytdl-sub,
this file will remain since it's not linked.
Adds an NFO file for every entry, but does not link it to an entry in the download
archive. This is intended to produce ``season.nfo`` files in each season
directory. Each entry within a season will overwrite this file with its season
name. If the entry gets deleted from ytdl-sub, this file will remain since it's not
linked.
Usage: