forked from platypush/platypush
FIX: Fixed defusedxml module mock definition in docs/conf.py
This commit is contained in:
parent
42ee149b95
commit
530245733c
1 changed files with 1 additions and 1 deletions
|
@ -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('../..'))
|
||||||
|
|
Loading…
Reference in a new issue