Deprecate `css_files and script_files` (#11582)

This commit is contained in:
Adam Turner
2023-08-12 01:46:44 +01:00
committed by GitHub
parent 1db8cba339
commit 58b628263f
4 changed files with 56 additions and 15 deletions

View File

@@ -22,6 +22,26 @@ The following is a list of deprecated interfaces.
- Removed
- Alternatives
* - ``sphinx.builders.html.StandaloneHTMLBuilder.css_files``
- 7.2
- 9.0
- N/A
* - ``sphinx.builders.html.StandaloneHTMLBuilder.script_files``
- 7.2
- 9.0
- N/A
* - ``sphinx.builders.html.Stylesheet``
- 7.2
- 9.0
- ``sphinx.application.Sphinx.add_css_file()``
* - ``sphinx.builders.html.JavaScript``
- 7.2
- 9.0
- ``sphinx.application.Sphinx.add_js_file()``
* - ``sphinx.util.split_into``
- 7.2
- 9.0