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

Format RFC links with anchors nicely #11809

Merged
merged 8 commits into from
Oct 6, 2024

Commits on Dec 22, 2023

  1. Format RFC links with anchors nicely

    Previously if we wrote
    
        :rfc:`1234#section-2`
    
    links would be formatted like
    
        RFC 1234#section-2
    
    which isn't quite nice. After this patch:
    
        RFC 1234 Section 2
    
    which looks and reads better.
    
    Resolves: sphinx-doc#7027
    jstasiak committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fc8864b View commit details
    Browse the repository at this point in the history
  2. Fix stuff

    jstasiak committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7ed70a8 View commit details
    Browse the repository at this point in the history
  3. Change the type here

    jstasiak committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9c834c7 View commit details
    Browse the repository at this point in the history
  4. Make it safer

    jstasiak committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    98c44f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Merge branch 'master' into rfc-section-links

    # Conflicts:
    #	sphinx/roles.py
    #	tests/test_markup.py
    AA-Turner committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2da2ec2 View commit details
    Browse the repository at this point in the history
  2. post-merge

    AA-Turner committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    259cf09 View commit details
    Browse the repository at this point in the history
  3. post-merge

    AA-Turner committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f78df8c View commit details
    Browse the repository at this point in the history
  4. CHANGES

    AA-Turner committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f26cc63 View commit details
    Browse the repository at this point in the history