4f1b879a68
We're seeing a warning in our docs build: nova/doc/ext/feature_matrix.py:578: RemovedInSphinx40Warning: The app.add_stylesheet() is deprecated. Please use app.add_css_file() instead. Do as it says. This deprecation happened in Sphinx v1.8.0 [1] so there's no need to bump our minimum version. [1] https://github.com/sphinx-doc/sphinx/commit/3afc72fba4 Change-Id: I75d7b2e1a6771ebdb05972e29033505391587512 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>