Skip to content

Commit

Permalink
🔧 Remove constraints_passed/constraints_results directive options (…
Browse files Browse the repository at this point in the history
…#1396)

These are post-processed internal fields, and so the directive options
do not make sense and are in fact not used
  • Loading branch information
chrisjsewell authored Feb 4, 2025
1 parent 0d4cdb1 commit 476d081
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sphinx_needs/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ def string_to_boolean(argument: str | None) -> bool | None:
"pre_template": directives.unchanged_required,
"post_template": directives.unchanged_required,
"constraints": directives.unchanged_required,
"constraints_passed": directives.unchanged_required,
"constraints_results": directives.unchanged_required,
}

NEEDS_PROFILING = [x.upper() for x in os.environ.get("NEEDS_PROFILING", "").split(",")]

0 comments on commit 476d081

Please sign in to comment.