Working with conf.py

The setup function

Example, taken from jsvine/intro-to-visidata conf.py

def setup(app):
    app.add_stylesheet('https://fonts.googleapis.com/css?family=Roboto+Mono:400,700')
    app.add_stylesheet('css/custom.css')

(ooh custom stylesheets!)