Skip to content

Commit

Permalink
Update sphinx/application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 7, 2024
1 parent 8785f11 commit 23b4347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def __init__(self, srcdir: str | os.PathLike[str], confdir: str | os.PathLike[st
:param warningiserror: If true, warnings become errors.
:param tags: A list of tags to apply.
:param verbosity: The verbosity level.
:param parallel: The maximum number of parallel jobs to use when reading/writing documents.
:param parallel: The maximum number of parallel jobs to use
when reading/writing documents.

Check failure on line 163 in sphinx/application.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (E101)

sphinx/application.py:163:1: E101 Indentation contains mixed spaces and tabs
:param keep_going: If true, continue processing when an error occurs.
:param pdb: If true, enable the Python debugger on an exception.
"""

Check failure on line 166 in sphinx/application.py

View workflow job for this annotation

GitHub Actions / ruff

Ruff (D206)

sphinx/application.py:146:9: D206 Docstring should be indented with spaces, not tabs
Expand Down

0 comments on commit 23b4347

Please sign in to comment.