Skip to content

Change 4 space indents to 3 spaces to fix formatting for Furo #2729

Closed
@sciencewhiz

Description

@sciencewhiz

Per the style guide, all indents should be 3 spaces, but there are many places where 4 spaces are used for indent. 4 spaces means blockqote in rst (https://restructuredtext.readthedocs.io/en/latest/rst_guide.html). The current theme doesn't style blockquotes that way, but furo does, so the places with 4 spaces aren't rendered as intended with furo, so this blocks #2626

I think this is more complicated then a simple find and replace, because we don't want to change spacing within code blocks. There's also places where there's ambiguities. Is 12 spaces 3 sets of 4 space indents or 4 sets of 3 space indents. You can only tell by looking at the context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions