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.ext.githubpages',
'sphinx_rtd_theme', 'sphinx_rtd_theme',
'sphinx_marshmallow', 'sphinx_marshmallow',
'defusedxml',
] ]
# Add any paths that contain templates here, relative to this directory. # 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.client',
'irc.connection', 'irc.connection',
'irc.events', 'irc.events',
'defusedxml',
] ]
sys.path.insert(0, os.path.abspath('../..')) sys.path.insert(0, os.path.abspath('../..'))