unlink_table_of_contents property

The option disables navigation from the table of contents when set to True for HTML or PDF rendering.

Default value is False.

For details, see the documentation.

Definition:

@property
def unlink_table_of_contents(self):
    ...
@unlink_table_of_contents.setter
def unlink_table_of_contents(self, value):
    ...

See Also