summaryrefslogtreecommitdiff
path: root/sphinx/writers/html5.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-04-07 19:29:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-04-07 19:29:52 +0900
commitdf05d9254d8098534de4db25e9f6de02c78fff2c (patch)
treee170986fe398afc42261695c05ecf85a3ed533a3 /sphinx/writers/html5.py
parentd501bc136ce5069e97a5f347dbc694717dddced8 (diff)
parent70ed093b8b45d19beec391def65125a69cb04518 (diff)
downloadsphinx-git-df05d9254d8098534de4db25e9f6de02c78fff2c.tar.gz
Merge branch '2.0'
Diffstat (limited to 'sphinx/writers/html5.py')
-rw-r--r--sphinx/writers/html5.py1
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):