diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 19:29:52 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-04-07 19:29:52 +0900 |
commit | df05d9254d8098534de4db25e9f6de02c78fff2c (patch) | |
tree | e170986fe398afc42261695c05ecf85a3ed533a3 /sphinx/writers/html5.py | |
parent | d501bc136ce5069e97a5f347dbc694717dddced8 (diff) | |
parent | 70ed093b8b45d19beec391def65125a69cb04518 (diff) | |
download | sphinx-git-df05d9254d8098534de4db25e9f6de02c78fff2c.tar.gz |
Merge branch '2.0'
Diffstat (limited to 'sphinx/writers/html5.py')
-rw-r--r-- | sphinx/writers/html5.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/writers/html5.py b/sphinx/writers/html5.py index afab35950..b78dd1fcf 100644 --- a/sphinx/writers/html5.py +++ b/sphinx/writers/html5.py @@ -67,6 +67,7 @@ class HTML5Translator(SphinxTranslator, BaseTranslator): self.param_separator = '' self.optional_param_level = 0 self._table_row_index = 0 + self._fieldlist_row_index = 0 self.required_params_left = 0 def visit_start_of_file(self, node): |