We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1fd0 commit 22fbc0bCopy full SHA for 22fbc0b
1 file changed
docs/conf.py
@@ -33,6 +33,21 @@
33
# ones.
34
extensions = ['sphinx.ext.autodoc', 'sphinx_rtd_theme']
35
36
+# Mockear importaciones problemáticas para que autodoc funcione
37
+autodoc_mock_imports = [
38
+ "requests",
39
+ "cachetools",
40
+ "pycryptodome",
41
+ "pytz",
42
+ "confuse",
43
+ "six",
44
+ "python-dotenv",
45
+ "pyyaml",
46
+ # El paquete principal se mockea como respaldo
47
+ "ad_api",
48
+]
49
+
50
51
# Add any paths that contain templates here, relative to this directory.
52
templates_path = ['_templates']
53
0 commit comments