Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Updates quote sphinx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 22, 2022
1 parent 2a4d267 commit 91b553e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pyquickhelper/sphinxext/sphinx_quote_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ def __(text):
tnl.append(", {0}".format(pages))
if date:
tnl.append(" ({0})".format(date))
if year:
tnl.append(" ({0})".format(year))
if source:
if source.startswith("http"):
tnl.append(", `source <{0}>`_".format(source))
Expand Down

0 comments on commit 91b553e

Please sign in to comment.