From f50b81d3e9e9e4d7d75ff5b108cc34e19576512e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 19 Jun 2023 15:01:53 +0200 Subject: [PATCH] [docs] add novel-related keys to 'pixiv.include' (#4111) --- docs/configuration.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index a98ea518..f7a1bbcc 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -2411,7 +2411,12 @@ Description when processing a user profile. Possible values are - ``"artworks"``, ``"avatar"``, ``"background"``, ``"favorite"``. + ``"artworks"``, + ``"avatar"``, + ``"background"``, + ``"favorite"``, + ``"novel-user"``, + ``"novel-bookmark"``. It is possible to use ``"all"`` instead of listing all values separately.