Configuration¶
- isso_url¶
- Type:
str- Default:
None
HTTP URL points to your Isso server.
- isso_client_config¶
- Type:
dict- Default:
{}
A mapping that corresponding to Isso Client Configuration.
Added in version 2.0.
- isso_exclude_patterns¶
- Type:
list- Default:
[]
A list of glob-style patterns that should be excluded when inserting Isso
comment thread.
They are matched against the document name (docname).
isso_exclude_patterns has priority over isso_include_patterns.
Added in version 2.0.
- isso_include_patterns¶
- Type:
list- Default:
[]
A list of glob-style patterns that are used to insert Isso comment thread.
They are matched against the document name (docname).
isso_exclude_patterns has priority over isso_include_patterns.
Added in version 2.0.