From 2ebdc40b0b2c9ce21fed2a5cdc2cd87480991ebc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 30 Nov 2023 16:48:01 +0800 Subject: [PATCH] docs: add Deprecated to value_status_count despite that the "value_status_count" is not rendered/used yet, it'd be better to keep it in sync with the code. since 5fd30578d74ba94ca4a132924c170cd41ae590dc added "Deprecated" to `value_status` enum, let's update the sphinx extension accordingly. Signed-off-by: Kefu Chai Closes scylladb/scylladb#16236 --- docs/_ext/scylladb_cc_properties.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_ext/scylladb_cc_properties.py b/docs/_ext/scylladb_cc_properties.py index c34f3cc40d..a03ffdc470 100644 --- a/docs/_ext/scylladb_cc_properties.py +++ b/docs/_ext/scylladb_cc_properties.py @@ -76,7 +76,8 @@ class DBConfigParser: "value_status_count": { 'Used': 0, 'Unused': 0, - 'Invalid': 0 + 'Invalid': 0, + 'Deprecated': 0, }, }