diff --git a/docs/source/conf.py b/docs/source/conf.py index 6e5cc84..ca4d3c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,6 +73,3 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] - -# Autodoc params -autodoc_mock_imports = ["CyRSoXS"]