Skip to content
Snippets Groups Projects
Commit b21bb5dc authored by Leo Pound Singer's avatar Leo Pound Singer
Browse files

Add safe_netrc to sphinx mock modules

parent 7a854612
No related branches found
No related tags found
No related merge requests found
Pipeline #46777 passed
......@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
todo_include_todos = False
autodoc_mock_imports = []
for mod in []:
for mod in ['safe_netrc']:
try:
importlib.import_module(mod)
except ImportError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment