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

Don't remove substitution_reference nodes (fix #7953) #8183

Closed

Commits on Sep 8, 2020

  1. Don't remove substitution_reference nodes (fix sphinx-doc#7953)

    SubstitutionDefinitionsRemover is now a SphinxPostTransform, only
    applied in the Sphinx builder, as was originally the case (see sphinx-doc#4827).
    brechtm committed Sep 8, 2020
    Copy the full SHA
    c9d8eac View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix tests failing on trailing substitution definition

    Some of the tests that have rst_epilog or rst_prolog set need to be
    adjusted to not fail when encountering substitution definitions which
    have reappeared since fixing sphinx-doc#7953.
    brechtm committed Sep 9, 2020
    Copy the full SHA
    97e7e09 View commit details
    Browse the repository at this point in the history