diff --git a/doc/source/conf.py b/doc/source/conf.py index c2a4066..185b741 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,6 +46,9 @@ openstackdocs_bug_tag = '' # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable +# TODO: remove this once no dependency uses six anymore +autodoc_mock_imports = ['six'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']