Commit 2e1bc93b authored by Adam Rogowiec's avatar Adam Rogowiec Committed by Michał Karzyński

Fix python API documentation. (#922)

- Disable autogeneration of summary files.
parent e8a1e549
......@@ -220,4 +220,6 @@ autodoc_mock_imports = ['ngraph.impl', 'ngraph.utils']
# -- autosummary Extension configuration ----------------------------------
autosummary_generate = ['python_api/structure.rst']
# Disable autogeneration of summary files.
# Currently we have customized this pages so we don't want them to be overwritten.
# autosummary_generate = ['python_api/structure.rst']
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment