Data Classification
The default data classification is Confidential if not specified otherwise in conf.py
like this:
html_context = {"data_classification_default": "Restricted"}
To overwrite the classification of a document add the following directive at the top of the rst-file:
:data_classification: <classification>
<classification> can be one of the following values:
Restricted  | 
Sensitive information that should not be shared beyond those that need to know.  | 
Highly Confidential  | 
Sensitive Accenture, client, or customer personal data that can only be shared with a specific business need.  | 
Confidential  | 
Sensitive data intended only to be shared internally across Accenture, or with external parties if there is a specific business need.  | 
Unrestricted  | 
Non-sensitive information that is intended to be generally available to the public.  | 
None  | 
The data classification is hidden for the complete documentation.  | 
Example:
:data_classification: Unrestricted
Some Title
==========
Some text...