try to fix doc building
This commit is contained in:
parent
d48767c603
commit
47ac53ea9b
1 changed files with 8 additions and 0 deletions
|
|
@ -23,6 +23,14 @@ extensions = ["sphinx.ext.autodoc", 'sphinx.ext.autosummary']
|
|||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
|
||||
autodoc_mock_imports = [
|
||||
"toml",
|
||||
"starlette",
|
||||
"itsdangerous",
|
||||
"pydantic",
|
||||
"quart_schema"
|
||||
]
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue