Skip to content

Commit 6c2a9d4

Browse files
committed
Fix epub docs build
1 parent 672f46d commit 6c2a9d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ def _get_version() -> str:
7979
# "default.css".
8080
html_static_path = ["_static"]
8181

82+
epub_exclude_files = [
83+
"_static/favicon.ico",
84+
]
85+
8286
# -- Options for LaTeX output ------------------------------------------
8387

8488
# Grouping the document tree into LaTeX files. List of tuples

0 commit comments

Comments
 (0)