We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d2d65 commit e74038fCopy full SHA for e74038f
_ext/rss.py
@@ -27,7 +27,7 @@ class RSSItem:
27
date: datetime
28
description: str
29
url: str
30
- author: str = "PyOpenSci"
+ author: str = "pyOpenSci"
31
32
@classmethod
33
def from_meta(cls, page_name: str, meta: dict, app: "Sphinx") -> "RSSItem":
0 commit comments