Skip to content

Commit

Permalink
debug raise
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-helmholz committed Oct 18, 2024
1 parent 4db3ee5 commit dd4725c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
nitpick_temp_eqdge_names = list(attrs.fields_dict(EdgeQuantumNumbers))
nitpick_temp_node_names = list(attrs.fields_dict(NodeQuantumNumbers))
nitpick_temp_names = [*nitpick_temp_eqdge_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 @@ -279,7 +280,7 @@
(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 dd4725c

Please sign in to comment.