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

Ensure that old-style object description options are respected #12620

Merged
merged 3 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Ensure that old-style object description options are respected

    Previously, the C domain did not honour ``:noindexentry:``, as
    it was checking ``Directive.options`` and not the node.
    Fix this by updating ``Directive.options`` to the new style.
    AA-Turner committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ba0f7dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into index-options

    # Conflicts:
    #	CHANGES.rst
    AA-Turner committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    bb2e33f View commit details
    Browse the repository at this point in the history
  3. Formatting

    AA-Turner committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    83c853a View commit details
    Browse the repository at this point in the history