Files
sphinx-feature-classification/releasenotes/notes/fix-css-handling-e17f37c98d80b76e.yaml
Michael Johnson f6f3e0f2d8 Fix deprecated add_stylesheet with add_css_file
The sphinx add_stylesheet() method was renamed in sphinx 1.8 to
add_css_file()[1]. This patch replaces the use of add_stylesheet()
with add_css_file().

[1] https://github.com/sphinx-doc/sphinx/commit/ \
    3afc72fba41f945610263be79d14c95d21478248

Change-Id: Id6eb1f81928fe397352e9daf3673df46aadcc1dd
2019-04-12 17:00:24 -07:00

5 lines
93 B
YAML

---
fixes:
- |
Updated the CSS handling to use add_css_file instead of add_stylesheet.