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

Add support for booktabs-style tables to LaTeX builder #6666

Closed
wants to merge 4 commits into from

Commits on Aug 6, 2022

  1. Add support for booktabs-style tables to LaTeX builder

    Render tables without vertical rules and horizontal rules of varying
    thickness (with additional space above and below) using the booktabs
    package.
    
    This is a rebase of original commit which was on master branch prior to
    2.1 release.  In this rebase the \RequirePackage{booktabs} has been
    removed from sphinx.sty, as it has to be conditional on latex_booktabs
    (or whatever its name will be) configuration option, and will be
    repositioned in a subsequent commit.
    Stefan Wiehler authored and jfbu committed Aug 6, 2022
    Copy the full SHA
    53f8840 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Copy the full SHA
    a32331c View commit details
    Browse the repository at this point in the history
  2. Fix typo in doc

    jfbu committed Aug 7, 2022
    Copy the full SHA
    dcc70dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a3498c6 View commit details
    Browse the repository at this point in the history