Skip to content

Commit

Permalink
Fix qual name of color types.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Jul 23, 2024
1 parent 03c1b74 commit 4f9dc72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
}
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
numpydoc_show_inherited_class_members = {
"batgrl.colors.Color": False,
"batgrl.colors.AColor": False,
"batgrl.colors.ColorPair": False,
"batgrl.colors.ColorTheme": False,
"batgrl.colors.color_types.Color": False,
"batgrl.colors.color_types.AColor": False,
"batgrl.colors.color_types.ColorPair": False,
"batgrl.colors.color_types.ColorTheme": False,
"batgrl.gadgets.gadget.PosHintDict": False,
"batgrl.gadgets.gadget.SizeHintDict": False,
"batgrl.geometry.Point": False,
Expand Down

0 comments on commit 4f9dc72

Please sign in to comment.