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 6558e4f commit 7a5526bCopy full SHA for 7a5526b
_ext/rss.py
@@ -30,7 +30,7 @@ class RSSItem:
30
author: str = "PyOpenSci"
31
32
@classmethod
33
- def from_meta(cls, page_name: str, meta: dict, app: "Sphinx") -> "RSSMeta":
+ def from_meta(cls, page_name: str, meta: dict, app: "Sphinx") -> "RSSItem":
34
"""Create from a page's metadata"""
35
url = urljoin(app.config.html_baseurl, app.builder.get_target_uri(page_name))
36
# purposely don't use `get` here because we want to error if these fields are absent
0 commit comments