diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-09 16:27:43 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-10-09 16:35:31 +0900 |
commit | dd2ff3e911c751c06c81f494128fba56d8ecbafd (patch) | |
tree | 5b0efb02c395ce8ea85e090b225deba2bc2438d7 /doc/extdev | |
parent | 3aabcd2f809d4a8fffdde4be532c4bbc05f52284 (diff) | |
download | sphinx-git-dd2ff3e911c751c06c81f494128fba56d8ecbafd.tar.gz |
Fix #9710: html: Wrong styles for even/odd rows in nested tables
Diffstat (limited to 'doc/extdev')
-rw-r--r-- | doc/extdev/deprecated.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst index 0a4830e79..611a79076 100644 --- a/doc/extdev/deprecated.rst +++ b/doc/extdev/deprecated.rst @@ -22,6 +22,26 @@ The following is a list of deprecated interfaces. - (will be) Removed - Alternatives + * - ``sphinx.writers.html.HTMLTranslator._fieldlist_row_index`` + - 4.3 + - 6.0 + - ``sphinx.writers.html.HTMLTranslator._fieldlist_row_indices`` + + * - ``sphinx.writers.html.HTMLTranslator._table_row_index`` + - 4.3 + - 6.0 + - ``sphinx.writers.html.HTMLTranslator._table_row_indices`` + + * - ``sphinx.writers.html5.HTML5Translator._fieldlist_row_index`` + - 4.3 + - 6.0 + - ``sphinx.writers.html5.HTML5Translator._fieldlist_row_indices`` + + * - ``sphinx.writers.html5.HTML5Translator._table_row_index`` + - 4.3 + - 6.0 + - ``sphinx.writers.html5.HTML5Translator._table_row_indices`` + * - The optional argument ``app`` for ``sphinx.environment.BuildEnvironment`` - 4.1 - 6.0 |