Skip to content

Commit

Permalink
Add ref to Sphinx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 17, 2024
1 parent 81f812f commit bea21b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions click_extra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def cache(user_function):
# raise Exception("you can't set attributes on this class")
# Exception: you can't set attributes on this class
# This has been reported upstream at: https://github.com/janluke/cloup/issues/177
# and https://github.com/sphinx-doc/sphinx/issues/11986
# "Color",
"color_option",
"ColorOption",
Expand Down
1 change: 1 addition & 0 deletions click_extra/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def fetch_root_members(module):
# raise Exception("you can't set attributes on this class")
# Exception: you can't set attributes on this class
# This has been reported upstream at: https://github.com/janluke/cloup/issues/177
# and https://github.com/sphinx-doc/sphinx/issues/11986
cloup_members.remove("Color")

tree = ast.parse(Path(__file__).parent.joinpath("../__init__.py").read_bytes())
Expand Down

0 comments on commit bea21b2

Please sign in to comment.