add_custom_css.py 125 B

123
  1. # Makes Sphinx create a <link> to feedparser.css in the HTML output
  2. def setup(app):
  3. app.add_stylesheet('feedparser.css')