From 47ac53ea9b28bac7efa4c0849e17f625e9c659e8 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Fri, 10 Oct 2025 20:17:09 +0200 Subject: [PATCH] try to fix doc building --- docs/conf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 8afdfac..0a18d0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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