-
|
I successfully used mkdocstrings to generate API docs for the first time today. While checking my newly deployed docs (https://danielt.github.io/autosar-data-py/), I noticed that the docs contain several classes that shouldn't be there. Examples: from typing import List, Optional, Tuple, TypeAlias, Union, Iterator, Type, final
from autosar_data import Element
from autosar_data.abstraction import ByteOrder, EcuInstance, System
from autosar_data.abstraction.datatype import CompuMethod, DataConstr, SwBaseType, Unit
...Docs are generated for ByteOrder, Element, etc. Is there a way to disable this behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
Interesting, thanks for asking @DanielT, and thanks for the kind words ❤️ The issue might be that exports ( |
Beta Was this translation helpful? Give feedback.
That fixes your issue 😄 I'll publish a new Griffe release today 🙂