docs: do not render TODOs in release builts
they are not useful for endusers... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		| @ -148,7 +148,7 @@ pygments_style = 'sphinx' | ||||
| # keep_warnings = False | ||||
|  | ||||
| # If true, `todo` and `todoList` produce output, else they produce nothing. | ||||
| todo_include_todos = True | ||||
| todo_include_todos = not tags.has('release') | ||||
|  | ||||
|  | ||||
| # -- Options for HTML output ---------------------------------------------- | ||||
|  | ||||
		Reference in New Issue
	
	Block a user