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

texinfo: simplify reference emission. #9578

Merged

Commits on Nov 12, 2021

  1. texinfo: simplify reference emission.

    The commit adds a new config value 'texinfo_emit_document_references'
    that blocks the emission of inline references and make it better readable
    with legacy stand-alone reader ``info``.
    
    Before the change we emit:
    Default option value for @ref{e,,-Wshift-overflow3}.
    
    while with texinfo_emit_document_references == True:
    Default option value for -Wshift-overflow3.
    
    It addresses limitations mentioned in Sphinx' FAQ:
    https://www.sphinx-doc.org/en/master/faq.html#texinfo-info
    marxin committed Nov 12, 2021
    Copy the full SHA
    9ec829f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Copy the full SHA
    8d071a8 View commit details
    Browse the repository at this point in the history
  2. Fix flake8 warnings

    tk0miya committed Dec 11, 2021
    Copy the full SHA
    9c6ebdf View commit details
    Browse the repository at this point in the history