Skip to content

Commit

Permalink
removed debug-raise, removed 'bool-call'
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 18, 2024
1 parent 06f3a41 commit 4fdb854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def pick_newtype_attrs(some_type: type) -> list:
nitpick_temp_edge_names = pick_newtype_attrs(EdgeQuantumNumbers)
nitpick_temp_node_names = pick_newtype_attrs(NodeQuantumNumbers)
nitpick_temp_names = [*nitpick_temp_edge_names, *nitpick_temp_node_names]
raise ValueError(nitpick_temp_names)
nitpick_temp_patterns = [
(r"py:(class|obj)", r"qrules\.quantum_numbers\." + name)
for name in nitpick_temp_names
Expand All @@ -290,7 +289,7 @@ def pick_newtype_attrs(some_type: type) -> list:
(r"py:(class|obj)", r"qrules\.topology\.VT"),
*nitpick_temp_patterns,
]
nitpicky = True()
nitpicky = True
primary_domain = "py"
project = "QRules"
pygments_style = "sphinx"
Expand Down

0 comments on commit 4fdb854

Please sign in to comment.