Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of options with enabled option_emphasise_placeholders #10565

Commits on Jun 19, 2022

  1. Fix parsing of options with enabled option_emphasise_placeholders

    If the option is enabled, the current code wrongly uses
    
    if not args:
      continue
    
    which skips adjustment of signode and firstname
    at the very of the loop.
    
    Fixes: sphinx-doc#10366.
    marxin committed Jun 19, 2022
    Copy the full SHA
    664d9df View commit details
    Browse the repository at this point in the history