FIX: Fixed defusedxml module mock definition in docs/conf.py

This commit is contained in:
Fabio Manganiello 2022-02-07 20:47:56 +01:00
parent 42ee149b95
commit 530245733c
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,6 @@ extensions = [
'sphinx.ext.githubpages',
'sphinx_rtd_theme',
'sphinx_marshmallow',
'defusedxml',
]
# Add any paths that contain templates here, relative to this directory.
@ -291,6 +290,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'irc.client',
'irc.connection',
'irc.events',
'defusedxml',
]
sys.path.insert(0, os.path.abspath('../..'))