We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df2b8 commit 0cfaa49Copy full SHA for 0cfaa49
docs/conf.py
@@ -48,6 +48,6 @@
48
autodoc_member_order = "bysource"
49
napoleon_preprocess_types = True
50
napoleon_type_aliases = {
51
- "FaceSpec": "archeryutils.targets.FaceSpec",
52
- "ScoringSystem": "archeryutils.targets.ScoringSystem"
+ "FaceSpec": "~archeryutils.targets.FaceSpec",
+ "ScoringSystem": "~archeryutils.targets.ScoringSystem",
53
}
0 commit comments