From 7d775cf0473ac246c4556e8d415ac27d1f436b3a Mon Sep 17 00:00:00 2001 From: Derek Gulbranson Date: Sun, 5 Jul 2026 15:01:14 -0700 Subject: [PATCH] Add bound_first_names to the config defaults automodule list docs/modules.rst documents every config module except bound_first_names (added in v1.3.0), so Sphinx references to ~bound_first_names.BOUND_FIRST_NAMES -- e.g. in the Constants class docstring -- had no target and failed to resolve in nitpicky (-n) builds. With the entry added, the two unresolved BOUND_FIRST_NAMES references drop to zero and the default build stays warning-free. Co-Authored-By: Claude Fable 5 --- docs/modules.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules.rst b/docs/modules.rst index 2056330..bdc6b52 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -29,6 +29,8 @@ HumanName.config Defaults :members: .. automodule:: nameparser.config.prefixes :members: +.. automodule:: nameparser.config.bound_first_names + :members: .. automodule:: nameparser.config.conjunctions :members: .. automodule:: nameparser.config.capitalization