12/07/2024 10:57, Juraj Linkeš: > The Sphinx script argument parsing improvement gives us more > flexibility going forward, such as the ability to add non-positional > arguments.
You should describe what is changed and why. > -release = environ.setdefault('DPDK_VERSION', "None") > -version = release > +version = environ.setdefault('DPDK_VERSION', "None") I'm quite sure "release" was set for a reason. Did it change over time with recent Sphinx?