Skip to content

Commit

Permalink
Remove the Sphinx bug-related addendum in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Nov 20, 2020
1 parent cd0b494 commit c36e5c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions procrastinate/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,9 @@ def add_sync_api(cls: Type) -> Type:
return cls


# https://github.com/sphinx-doc/sphinx/issues/7559
SYNC_ADDENDUM = """
This method is the synchronous counterpart of `{}`.
Because of a slight issue in automatic doc generation, it
is shown here as "async", but this function is synchronous.
"""

ASYNC_ADDENDUM = """
Expand Down

0 comments on commit c36e5c8

Please sign in to comment.