Additional Configuration for Sphinx #392
Unanswered
acederberg
asked this question in
Q&A
Replies: 1 comment
-
Additionally, a more general question I have is how to make sphinx recognize from typing_extensions import Doc
from typing import Annotated
class Thing:
whatever: Annotated[str, Doc("`whatever` attribute of the `thing` class.")] Equivalent to writing an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thank you for this awesome tool!
I have a few questions about adding additional configuration for
sphinx
.For instance, I would like to use
reStructuredText
,I see that
griffe
also has an extension for pydantic called griffe-pydantic but I cannot get that working either.Right now, I have the following code to build my documentation:
How can I make this work?
Beta Was this translation helpful? Give feedback.
All reactions