When Sphinx autodoc / autoapi creates domentation, the table of contents should group the content by classes, attributes etc. For an unknown reason, when a module contains both classes and attributes, the classes are listed under attributes in the table of contents. This is the case in the current documentation of #88, the module eitprocessing.filters.butterworth_filters. When a module only contains classes, they are listed properly (eitprocessing.binreader or eitprocessing.filters).
When Sphinx autodoc / autoapi creates domentation, the table of contents should group the content by classes, attributes etc. For an unknown reason, when a module contains both classes and attributes, the classes are listed under attributes in the table of contents. This is the case in the current documentation of #88, the module
eitprocessing.filters.butterworth_filters
. When a module only contains classes, they are listed properly (eitprocessing.binreader
oreitprocessing.filters
).This issue persists between themes.
This issue might be related to https://github.com/sphinx-doc/sphinx/issues/11180.