mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-07 03:55:26 +00:00

This is because some documents alter itself using `document.write`, which can insert again tags (img, style, script) that expect to live in a normal environment. This commit also refactors some of the `retrieveFile` logic. The function should behave differently when called in the iframe vs the parent document.
14 lines
204 B
Python
14 lines
204 B
Python
extensions = [
|
|
"sphinx.ext.autodoc",
|
|
]
|
|
|
|
master_doc = "index"
|
|
html_theme = "furo"
|
|
|
|
autodoc_preserve_defaults = True
|
|
default_role = "any"
|
|
|
|
# HTML theme
|
|
html_theme = "furo"
|
|
html_logo = "images/logo.svg"
|