******************** Working with conf.py ******************** The setup function ================== Example, taken from jsvine/intro-to-visidata `conf.py `_ .. code-block:: python 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!)