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

Latex: fix vertical spacing for cpp:function. #10087

Merged
merged 3 commits into from Feb 14, 2022

Commits on Jan 11, 2022

  1. Latex: fix vertical spacing for cpp:function.

    As described in the issue, there is a pair of
    `\pysigstartmultiline/\pysigstopmultiline` for each `desc_signature`
    element and thus there is extra spacing when multiple functions
    are documented.
    
    Fixes: sphinx-doc#9924.
    marxin committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    5295c5d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. LaTeX: \pysig{start,stop}signatures and related \pysigline refactoring

    This fixes sphinx-doc#9924
    
    Removes sphinx-doc#9941 complex LaTeX macros, which incidentally had broken
    effect of sphinx-doc#9946 on issue sphinx-doc#9926, as they become unneeded after the
    refactoring of \pysigline/\pysiglinewithargs expansion context.
    jfbu committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    6365412 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    05ac877 View commit details
    Browse the repository at this point in the history