docs: suppress epub mimetype warnings (#1081)
This commit is contained in:
@@ -96,3 +96,7 @@ breathe_projects = dict(
|
|||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
subprocess.run('doxygen', shell=True, cwd=source_dir)
|
subprocess.run('doxygen', shell=True, cwd=source_dir)
|
||||||
|
|
||||||
|
# disable epub mimetype warnings
|
||||||
|
# https://github.com/readthedocs/readthedocs.org/blob/eadf6ac6dc6abc760a91e1cb147cc3c5f37d1ea8/docs/conf.py#L235-L236
|
||||||
|
suppress_warnings = ["epub.unknown_project_files"]
|
||||||
|
|||||||
Reference in New Issue
Block a user