You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to Sphinx-Needs 7.0.0
Migrate from deprecated needs_extra_options/needs_extra_links to needs_fields/needs_links
replace needs_global_options with needs_default_layout
remove obsolete filterwarnings
# Docutils is deprecating OptionParser in favor of argparse (0.21+).
58
-
# This one originates inside sphinx_needs.layout.
59
-
# We'll drop these ignores once sphinx/sphinx_needs releases a fix.
60
-
"ignore:^The frontend\\.OptionParser class will be replaced by a subclass of argparse\\.ArgumentParser in Docutils 0\\.21 or later\\.:DeprecationWarning:sphinx_needs\\.layout",
61
-
# This one bubbles up from stdlib optparse but is *explicitly* a Docutils message.
62
-
# We match the full message to avoid silencing unrelated optparse warnings.
63
-
# We'll drop these ignores once sphinx/sphinx_needs releases a fix.
64
-
"ignore:^The frontend\\.Option class will be removed in Docutils 0\\.21 or later\\.:DeprecationWarning:optparse",
0 commit comments