It looks like new versions of Sphinx expect: ``` app.add_css_file('css/fixes.css') ``` instead of ``` app.add_stylesheet('css/fixes.css') ```
It looks like new versions of Sphinx expect:
instead of