diff --git a/docs/api/index.md b/docs/api/index.md index 23dedfc..77c1204 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -6,12 +6,3 @@ :undoc-members: :show-inheritance: ``` - -## Submodules - -```{eval-rst} -.. automodule:: ss_pybind11._core - :members: - :undoc-members: - :show-inheritance: -``` diff --git a/template/[% if docs_type == 'sphinx' %]docs[% endif %]/api/index.md.jinja b/template/[% if docs_type == 'sphinx' %]docs[% endif %]/api/index.md.jinja index 9e9abd1..3d28a9b 100644 --- a/template/[% if docs_type == 'sphinx' %]docs[% endif %]/api/index.md.jinja +++ b/template/[% if docs_type == 'sphinx' %]docs[% endif %]/api/index.md.jinja @@ -6,14 +6,3 @@ :undoc-members: :show-inheritance: ``` -[%- if compiled == true %] - -## Submodules - -```{eval-rst} -.. automodule:: {{ module_name }}._core - :members: - :undoc-members: - :show-inheritance: -``` -[%- endif %]