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 23b4347 commit 269e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(self, srcdir: str | os.PathLike[str], confdir: str | os.PathLike[st
: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.
when reading/writing documents.
:param keep_going: If true, continue processing when an error occurs.
:param pdb: If true, enable the Python debugger on an exception.
"""
Expand Down

0 comments on commit 269e237

Please sign in to comment.